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

Function asset_edit_name

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

Source from the content-addressed store, hash-verified

1565 file_filter: String,
1566 file_scope: String,
1567 file_expanded_paths: Vec<String>,
1568 file_dirs_with_children: std::collections::HashSet<String>,
1569 file_title: String,
1570 active_asset_path: String,
1571 scene_paths: Vec<String>,
1572 open_paths: Vec<String>,
1573 dirty_scene_paths: Vec<String>,
1574 active_open: usize,
1575 nodes: Vec<String>,
1576 node_icons: Vec<String>,
1577 scene_disclosures: Vec<RowIndicator>,
1578 scene_depths: Vec<usize>,

Callers 1

for_assetMethod · 0.85

Calls 1

rel_labelFunction · 0.85

Tested by

no test coverage detected