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

Method require_version

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

Source from the content-addressed store, hash-verified

87
88 #[must_use]
89 pub fn require_version(&self) -> Option<&ResourceVersionReq> {
90 self.require_version.as_ref()
91 }
92}
93
94pub trait ResourceDiscovery {

Callers 2

find_resourceMethod · 0.80
filter_resourcesFunction · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected