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

Method count

native/shared/src/frame_callbacks.rs:85–87  ·  view source on GitHub ↗

Get number of registered callbacks.

(&self)

Source from the content-addressed store, hash-verified

83
84 /// Get number of registered callbacks.
85 pub fn count(&self) -> usize {
86 self.callbacks.len()
87 }
88}

Callers 12

alloc_perry_stringFunction · 0.45
bloom_measure_textFunction · 0.45
node_countFunction · 0.45
read_accessor_f32Function · 0.45
load_gltf_with_texturesFunction · 0.45
end_frameMethod · 0.45
set_touchMethod · 0.45
node_countMethod · 0.45
alloc_perry_stringFunction · 0.45
in_use_countMethod · 0.45
include_guardFunction · 0.45

Calls

no outgoing calls

Tested by 2

include_guardFunction · 0.36