MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Unsigned64Attribute

Method Unsigned64Attribute

native/thirdpart/tinyxml2/tinyxml2.cpp:1628–1633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1626}
1627
1628uint64_t XMLElement::Unsigned64Attribute(const char* name, uint64_t defaultValue) const
1629{
1630 uint64_t i = defaultValue;
1631 QueryUnsigned64Attribute(name, &i);
1632 return i;
1633}
1634
1635bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1636{

Callers

nothing calls this directly

Calls 1

QueryUnsigned64AttributeFunction · 0.85

Tested by

no test coverage detected