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

Method IntAttribute

native/thirdpart/tinyxml2/tinyxml2.cpp:1607–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605}
1606
1607int XMLElement::IntAttribute(const char* name, int defaultValue) const
1608{
1609 int i = defaultValue;
1610 QueryIntAttribute(name, &i);
1611 return i;
1612}
1613
1614unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1615{

Callers

nothing calls this directly

Calls 1

QueryIntAttributeFunction · 0.85

Tested by

no test coverage detected