MCPcopy Create free account
hub / github.com/avast/retdec / FirstAttribute

Function FirstAttribute

deps/tinyxml2/include/tinyxml2/tinyxml2.h:1504–1506  ·  view source on GitHub ↗

Return the first attribute in the list.

Source from the content-addressed store, hash-verified

1502
1503 /// Return the first attribute in the list.
1504 const XMLAttribute* FirstAttribute() const {
1505 return _rootAttribute;
1506 }
1507 /// Query a specific attribute in the list.
1508 const XMLAttribute* FindAttribute( const char* name ) const;
1509

Callers 2

ShallowCloneMethod · 0.85
ShallowEqualMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected