MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / machine_identity_source

Function machine_identity_source

packages/server/src/config.rs:133–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131
132#[cfg(target_os = "macos")]
133fn machine_identity_source() -> Option<String> {
134 io_platform_uuid().map(|uuid| format!("ioplatformuuid:{}", uuid.to_ascii_lowercase()))
135}
136
137#[cfg(not(target_os = "macos"))]
138fn machine_identity_source() -> Option<String> {

Callers 1

host_identityFunction · 0.85

Calls 1

io_platform_uuidFunction · 0.85

Tested by

no test coverage detected