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

Method list_available

lib/dsc-lib/src/lib.rs:58–66  ·  view source on GitHub ↗
(
        &mut self,
        kind: &DiscoveryKind,
        type_name_filter: &TypeNameFilter,
        adapter_name_filter: Option<&TypeNameFilter>,
        progress_format: ProgressFormat
    )

Source from the content-addressed store, hash-verified

56 }
57
58 pub fn list_available(
59 &mut self,
60 kind: &DiscoveryKind,
61 type_name_filter: &TypeNameFilter,
62 adapter_name_filter: Option<&TypeNameFilter>,
63 progress_format: ProgressFormat
64 ) -> Vec<ImportedManifest> {
65 self.discovery.list_available(kind, type_name_filter, adapter_name_filter, progress_format)
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)

Callers 3

list_extensionsFunction · 0.45
list_resourcesFunction · 0.45
list_dsc_resourcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected