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

Method BoolAttribute

native/thirdpart/tinyxml2/tinyxml2.cpp:1635–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1633}
1634
1635bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const
1636{
1637 bool b = defaultValue;
1638 QueryBoolAttribute(name, &b);
1639 return b;
1640}
1641
1642double XMLElement::DoubleAttribute(const char* name, double defaultValue) const
1643{

Callers

nothing calls this directly

Calls 1

QueryBoolAttributeFunction · 0.85

Tested by

no test coverage detected