MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / now_nanos

Function now_nanos

native/watchos/src/lib.rs:132–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132fn now_nanos() -> u64 {
133 let s = state();
134 let start = s.start.get_or_init(Instant::now);
135 start.elapsed().as_nanos() as u64
136}
137
138fn add_crown(delta: f64) {
139 let s = state();

Callers 2

bloom_get_delta_timeFunction · 0.85
bloom_get_timeFunction · 0.85

Calls 1

stateFunction · 0.85

Tested by

no test coverage detected