Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_count
Function · 0.80
bloom_scene_node_count
Function · 0.80
bloom_scene_node_count
Function · 0.80
end_frame_with_scene
Method · 0.80
bloom_scene_node_count
Function · 0.80
bloom_scene_node_count
Function · 0.80
Calls
2
iter
Method · 0.80
count
Method · 0.45
Tested by
no test coverage detected