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

Method node_count

native/shared/src/scene.rs:989–991  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

987 }
988
989 pub fn node_count(&self) -> usize {
990 self.nodes.iter().count()
991 }
992}
993
994// ============================================================

Callers 6

bloom_scene_node_countFunction · 0.80
bloom_scene_node_countFunction · 0.80
bloom_scene_node_countFunction · 0.80
end_frame_with_sceneMethod · 0.80
bloom_scene_node_countFunction · 0.80
bloom_scene_node_countFunction · 0.80

Calls 2

iterMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected