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

Method IntText

src/util/tinyxml2/tinyxml2.cpp:1716–1721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1714 }
1715
1716 int XMLElement::IntText(int defaultValue) const
1717 {
1718 int i = defaultValue;
1719 QueryIntText(&i);
1720 return i;
1721 }
1722
1723 unsigned XMLElement::UnsignedText(unsigned defaultValue) const
1724 {

Callers 3

parse_xml_contentFunction · 0.80
getMethod · 0.80
valueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected