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

Function bloom_get_screen_height

native/web/src/lib.rs:231–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229
230#[wasm_bindgen]
231pub fn bloom_get_screen_height() -> f64 {
232 engine().screen_height()
233}
234
235#[wasm_bindgen]
236pub fn bloom_get_time() -> f64 {

Callers

nothing calls this directly

Calls 2

screen_heightMethod · 0.80
engineFunction · 0.70

Tested by

no test coverage detected