MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / get_node_name

Method get_node_name

core/io/xml_parser.cpp:402–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402String XMLParser::get_node_name() const {
403 ERR_FAIL_COND_V(node_type == NODE_TEXT, "");
404 return node_name;
405}
406
407int XMLParser::get_attribute_count() const {
408 return attributes.size();

Callers 4

DisplayServerWindowsMethod · 0.45
test_xml_parser.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected