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

Function bloom_get_time

native/macos/src/lib.rs:699–701  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

697
698#[no_mangle]
699pub extern "C" fn bloom_get_time() -> f64 {
700 engine().get_time()
701}
702
703// ============================================================
704// Input - Keyboard

Callers

nothing calls this directly

Calls 2

get_timeMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected