Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ inspector_section_collapsed
Function
inspector_section_collapsed
perro_editor/res/scripts/ui/editor_ui.rs:857–859 ·
view source on GitHub ↗
(sections: &[String], section: &str)
Source
from the content-addressed store, hash-verified
855
ctx,
856
&box_name,
857
component_value.map(String::as_str).unwrap_or(
""
),
858
);
859
set_text_box_input_type(
860
ctx,
861
&box_name,
862
row.map(inspector_row_component_input_type)
Callers
1
refresh_inspector_view
Function · 0.85
Calls
2
any
Method · 0.80
iter
Method · 0.45
Tested by
no test coverage detected