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

Function is_gltf_path

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

Source from the content-addressed store, hash-verified

3559 return false;
3560 }
3561 let visible = if filter.is_empty() && state.activity_mode != "glb" {
3562 file_path_tree_visible(path, &state.file_expanded_paths)
3563 } else {
3564 true
3565 };
3566 visible && (filter.is_empty() || file_path_matches_filter(path, &filter))

Callers 9

apply_asset_actionsMethod · 0.70
asset_inspector_textFunction · 0.70
filtered_file_pathsFunction · 0.70
open_asset_ref_pathFunction · 0.50
asset_field_valueFunction · 0.50
open_file_slotFunction · 0.50
open_active_assetFunction · 0.50
active_gltf_asset_pathFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected