MCPcopy Create free account
hub / github.com/cemu-project/Cemu / Int64Text

Method Int64Text

src/util/tinyxml2/tinyxml2.cpp:1730–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1728 }
1729
1730 int64_t XMLElement::Int64Text(int64_t defaultValue) const
1731 {
1732 int64_t i = defaultValue;
1733 QueryInt64Text(&i);
1734 return i;
1735 }
1736
1737 bool XMLElement::BoolText(bool defaultValue) const
1738 {

Callers 2

getMethod · 0.80
valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected