MCPcopy 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

scene_child_countFunction · 0.80
push_scene_tree_rowFunction · 0.80

Calls 2

child_keysMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected