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

Function now_unix_ms

packages/server/src/inspector.rs:599–604  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

597}
598
599fn now_unix_ms() -> u64 {
600 SystemTime::now()
601 .duration_since(UNIX_EPOCH)
602 .unwrap_or_default()
603 .as_millis() as u64
604}
605
606fn inspector_available_sources(info: &Value) -> Vec<String> {
607 let mut sources = Vec::new();

Callers 3

upsertMethod · 0.85
prune_registry_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected