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

Function viewport_node_rank

perro_editor/res/scripts/scene/editor_nodes.rs:1349–1356  ·  view source on GitHub ↗
(state: &EditorState, node_type: perro_scene::NodeType)

Source from the content-addressed store, hash-verified

1347 tags.push(tag.to_string());
1348 }
1349 } else {
1350 text.push(token.to_string());
1351 }
1352 }
1353 Self { text, tags }
1354 }
1355
1356 pub fn is_empty(&self) -> bool {
1357 self.text.is_empty() && self.tags.is_empty()
1358 }
1359}

Callers 2

picker_node_typesFunction · 0.85
picker_node_rowFunction · 0.85

Calls 1

as_strMethod · 0.45

Tested by

no test coverage detected