Skip to main content
Version: Latest (Core: 0.57.x, Azure: 0.43.x)

[F] getUsedLibraryNamespaces

function getUsedLibraryNamespaces(program, namespace): Namespace[] | undefined

Determine which library namespaces are used in this provider

Parameters​

ParameterTypeDescription
programProgramThe program to check
namespaceNamespaceThe provider namespace

Returns​

Namespace[] | undefined