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

Function file_row_label

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

Source from the content-addressed store, hash-verified

3093 state.active_anim_path.clone()
3094 };
3095 (
3096 format!("Animation Player {name}"),
3097 format!(
3098 "player={name}\ncurrent animations:\n{path}\ncreate writes .panim + binds Target to parent node"
3099 ),
3100 if path == "-" {
3101 "no clip bound".to_string()

Callers 1

Calls 2

file_base_nameFunction · 0.85
short_pathFunction · 0.85

Tested by

no test coverage detected