MCPcopy Create free account
hub / github.com/PowerShell/DSC / get_extensions

Method get_extensions

lib/dsc-lib/src/discovery/command_discovery.rs:95–95  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

93
94 #[must_use]
95 pub fn get_extensions(&self) -> DiscoveryExtensionCache { locked_clone!(EXTENSIONS) }
96
97 fn get_resource_path_setting() -> Result<ResourcePathSetting, DscError>
98 {

Callers

nothing calls this directly

Calls 2

defaultFunction · 0.50
discoverMethod · 0.45

Tested by

no test coverage detected