Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
impl AsUnicodeString for String {
55
fn as_unicode_string(&self) -> UnicodeString {
56
UnicodeString::new(self.as_str())
57
}
58
}
59
60
pub struct ObjectAttributes {
Callers
4
delete_value
Method · 0.80
set_value
Method · 0.80
new
Method · 0.80
query
Method · 0.80
Calls
2
as_str
Method · 0.80
new
Function · 0.50
Tested by
no test coverage detected