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

Function bloom_get_time

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

Source from the content-addressed store, hash-verified

301
302#[no_mangle]
303pub extern "C" fn bloom_get_time() -> f64 {
304 now_nanos() as f64 / 1_000_000_000.0
305}
306
307#[no_mangle]
308pub extern "C" fn bloom_get_fps() -> f64 {

Callers

nothing calls this directly

Calls 1

now_nanosFunction · 0.85

Tested by

no test coverage detected