Skip to main content
Version: Next 🚧

[F] resolveUsages

function resolveUsages(types): UsageTracker

Resolve usage(input, output or both) of various types in the given namespace. Will recursively scan all namespace, interfaces and operations contained inside the namespace.

Parameters

ParameterTypeDescription
typesOperationContainer | OperationContainer[]Entrypoint(s) namespace, interface or operations to get usage from.

Returns

UsageTracker

Map of types to usage.