MCPcopy Create free account
hub / github.com/cemu-project/Cemu / Int64Attribute

Method Int64Attribute

src/util/tinyxml2/tinyxml2.cpp:1543–1548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1541 }
1542
1543 int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const
1544 {
1545 int64_t i = defaultValue;
1546 QueryInt64Attribute(name, &i);
1547 return i;
1548 }
1549
1550 bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1551 {

Callers 1

get_attributeMethod · 0.80

Calls 1

QueryInt64AttributeFunction · 0.85

Tested by

no test coverage detected