MCPcopy Create free account
hub / github.com/crossuo/crossuo / Hex64Attribute

Method Hex64Attribute

external/tinyxml2.cpp:1622–1627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1620}
1621
1622uint64_t XMLElement::Hex64Attribute(const char* name, uint64_t defaultValue) const
1623{
1624 uint64_t i = defaultValue;
1625 QueryHex64Attribute(name, &i);
1626 return i;
1627}
1628
1629
1630bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const

Callers 2

xuo_release_loadFunction · 0.80
mft_entry_loadFunction · 0.80

Calls 1

QueryHex64AttributeFunction · 0.85

Tested by

no test coverage detected