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

Method FloatAttribute

native/thirdpart/tinyxml2/tinyxml2.cpp:1649–1654  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1647}
1648
1649float XMLElement::FloatAttribute(const char* name, float defaultValue) const
1650{
1651 float f = defaultValue;
1652 QueryFloatAttribute(name, &f);
1653 return f;
1654}
1655
1656const char* XMLElement::GetText() const
1657{

Callers

nothing calls this directly

Calls 1

QueryFloatAttributeFunction · 0.85

Tested by

no test coverage detected