MCPcopy Create free account
hub / github.com/PerroEngine/Perro / file_base_name

Function file_base_name

perro_editor/res/scripts/ui/editor_ui.rs:3184–3194  ·  view source on GitHub ↗
(path: &str)

Source from the content-addressed store, hash-verified

3182pub struct SceneTreeRows {
3183 pub labels: Vec<String>,
3184 pub icons: Vec<String>,
3185 pub disclosures: Vec<RowIndicator>,
3186 pub keys: Vec<u32>,
3187 pub depths: Vec<usize>,
3188 pub selected_row: Option<usize>,
3189}
3190
3191pub struct SceneDocIndex {
3192 node_indices: Vec<(u32, usize)>,
3193 children: Vec<Vec<u32>>,
3194 roots: Vec<u32>,
3195}
3196
3197impl SceneDocIndex {

Callers 1

file_row_labelFunction · 0.85

Calls 4

rel_labelFunction · 0.85
is_emptyMethod · 0.45
nextMethod · 0.45
as_strMethod · 0.45

Tested by

no test coverage detected