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

Function node_count

native/watchos/src/scene.rs:339–341  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

337}
338
339pub fn node_count() -> usize {
340 with(|inner| inner.nodes.iter().filter(|n| n.is_some()).count())
341}
342
343// ============================================================
344// Snapshot API — called from Swift each frame.

Callers 1

bloom_scene_node_countFunction · 0.85

Calls 3

withFunction · 0.85
iterMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected