Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ child_count
Method
child_count
perro_editor/res/scripts/ui/editor_ui.rs:2752–2754 ·
view source on GitHub ↗
(&self, key: u32)
Source
from the content-addressed store, hash-verified
2750
let label = format!(
2751
"{} {}"
,
2752
editor_files::display_kind_label(path),
2753
editor_view::short_path(&value, 34)
2754
);
2755
InspectorPickerEntry { value, label }
2756
})
2757
.collect()
Callers
3
filtered_scene_tree_view_indexed
Function · 0.80
scene_child_count
Function · 0.80
push_scene_tree_row
Function · 0.80
Calls
2
child_keys
Method · 0.80
len
Method · 0.45
Tested by
no test coverage detected