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

Method open

lib/dsc-lib-registry/src/lib.rs:336–338  ·  view source on GitHub ↗
(&self, permission: Security)

Source from the content-addressed store, hash-verified

334 }
335
336 fn open(&self, permission: Security) -> Result<(RegKey, &str), RegistryError> {
337 open_regkey(&self.config.key_path, permission)
338 }
339
340 // Find the valid parent key that exists and the subkeys that don't exist
341 // the subkeys are returned in reverse order (the closest subkey is the last one in the vector)

Callers 6

read_windows_registryFunction · 0.45
getMethod · 0.45
setMethod · 0.45
removeMethod · 0.45
open_regkeyFunction · 0.45

Calls 1

open_regkeyFunction · 0.85

Tested by

no test coverage detected