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

Method find_resources

lib/dsc-lib/src/lib.rs:68–70  ·  view source on GitHub ↗
(&mut self, required_resource_types: &[DiscoveryFilter], progress_format: ProgressFormat)

Source from the content-addressed store, hash-verified

66 }
67
68 pub fn find_resources(&mut self, required_resource_types: &[DiscoveryFilter], progress_format: ProgressFormat) -> Result<(), DscError> {
69 self.discovery.find_resources(required_resource_types, progress_format)
70 }
71 /// Invoke the get operation on a resource.
72 ///
73 /// # Arguments

Callers 2

validate_configFunction · 0.45
resourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected