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

Method as_unicode_string

archive/ntreg/src/lib.rs:55–57  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

53
54impl AsUnicodeString for String {
55 fn as_unicode_string(&self) -> UnicodeString {
56 UnicodeString::new(self.as_str())
57 }
58}
59
60pub struct ObjectAttributes {

Callers 4

delete_valueMethod · 0.80
set_valueMethod · 0.80
newMethod · 0.80
queryMethod · 0.80

Calls 2

as_strMethod · 0.80
newFunction · 0.50

Tested by

no test coverage detected