MCPcopy Create free account
hub / github.com/crossuo/crossuo / UnsignedAttribute

Method UnsignedAttribute

external/tinyxml2.cpp:1601–1606  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1599}
1600
1601unsigned XMLElement::UnsignedAttribute(const char* name, unsigned defaultValue) const
1602{
1603 unsigned i = defaultValue;
1604 QueryUnsignedAttribute(name, &i);
1605 return i;
1606}
1607
1608int64_t XMLElement::Int64Attribute(const char* name, int64_t defaultValue) const
1609{

Callers 4

mft_entry_loadFunction · 0.80
mft_packs_loadFunction · 0.80
mft_package_loadFunction · 0.80
mft_stage_loadFunction · 0.80

Calls 1

QueryUnsignedAttributeFunction · 0.85

Tested by

no test coverage detected