MCPcopy Create free account
hub / github.com/Recordscript/recordscript / get_uuid

Function get_uuid

libs/hbb_common/src/lib.rs:295–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

293}
294
295pub fn get_uuid() -> Vec<u8> {
296 #[cfg(not(any(target_os = "android", target_os = "ios")))]
297 if let Ok(id) = machine_uid::get() {
298 return id.into();
299 }
300 Config::get_key_pair().1
301}
302
303#[inline]
304pub fn get_time() -> i64 {

Callers 1

symmetric_cryptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected