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

Method QueryBoolValue

native/thirdpart/tinyxml2/tinyxml2.cpp:1480–1486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478
1479
1480XMLError XMLAttribute::QueryBoolValue( bool* value ) const
1481{
1482 if ( XMLUtil::ToBool( Value(), value )) {
1483 return XML_SUCCESS;
1484 }
1485 return XML_WRONG_ATTRIBUTE_TYPE;
1486}
1487
1488
1489XMLError XMLAttribute::QueryFloatValue( float* value ) const

Callers 1

QueryBoolAttributeFunction · 0.80

Calls 1

ValueClass · 0.50

Tested by

no test coverage detected