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

Function suffix_index

perro_editor/res/scripts/ui/editor_ui.rs:3616–3618  ·  view source on GitHub ↗
(name: &str, prefix: &str)

Source from the content-addressed store, hash-verified

3614 if filtered {
3615 return editor_view::short_path(&editor_files::rel_label(path), 30);
3616 }
3617 file_row_label(path)
3618}
3619
3620pub fn file_icon(path: &str) -> &'static str {
3621 match editor_files::kind_label(path) {

Callers

nothing calls this directly

Calls 1

okMethod · 0.80

Tested by

no test coverage detected