(collapsed: bool)
| 867 | &box_name, |
| 868 | view.inspector.node_actions |
| 869 | && row.is_some_and(|item| item.components.get(component).is_some()) |
| 870 | && row.is_none_or(|item| !item.kind.starts_with("Matrix(")) |
| 871 | && row.is_none_or(|item| item.kind != "Color") |
| 872 | && !vars_closed, |
| 873 | ); |
| 874 | set_ui_display( |
| 875 | ctx, |
| 876 | &label_name, |
| 877 | view.inspector.node_actions |
| 878 | && row.is_some_and(|item| item.components.get(component).is_some()) |
no outgoing calls
no test coverage detected