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

Function inspector_picker_rows

perro_editor/res/scripts/ui/editor_ui.rs:2059–2066  ·  view source on GitHub ↗
(state: &EditorState)

Source from the content-addressed store, hash-verified

2057 users
2058 );
2059 }
2060 match kind {
2061 "scene" | "script" | "resource" | "mesh" | "image" | "audio" => {
2062 format!("{path}\n{users}")
2063 }
2064 _ => users,
2065 }
2066}
2067
2068pub fn script_vars_edit_text(fields: &[(SceneFieldName, SceneValue)]) -> String {
2069 if fields.is_empty() {

Callers 1

from_stateMethod · 0.85

Calls 1

inspector_picker_entriesFunction · 0.85

Tested by

no test coverage detected