MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenImageIO / first_attribute

Method first_attribute

src/include/pugixml.cpp:4119–4122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4117 }
4118
4119 PUGI__FN xml_attribute xml_node::first_attribute() const
4120 {
4121 return _root ? xml_attribute(_root->first_attribute) : xml_attribute();
4122 }
4123
4124 PUGI__FN xml_attribute xml_node::last_attribute() const
4125 {

Callers 4

decode_xmp_nodeFunction · 0.80
node_output_attributesFunction · 0.80
recursive_copy_skipFunction · 0.80
step_fillMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected