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

Method enable_what_if

lib/dsc-lib-registry/src/lib.rs:78–80  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

76 }
77
78 pub fn enable_what_if(&mut self) {
79 self.what_if = true;
80 }
81
82 /// Get from registry.
83 ///

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected