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

Method Unsigned64Attribute

external/tinyxml2.cpp:1615–1620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const
1616{
1617 uint64_t i = defaultValue;
1618 QueryUnsigned64Attribute(name, &i);
1619 return i;
1620}
1621
1622uint64_t XMLElement::Hex64Attribute(const char* name, uint64_t defaultValue) const
1623{

Callers 1

mft_product_loadFunction · 0.80

Calls 1

QueryUnsigned64AttributeFunction · 0.85

Tested by

no test coverage detected