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

Method QueryUnsigned64Value

external/tinyxml2.cpp:1449–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1447
1448
1449XMLError XMLAttribute::QueryUnsigned64Value(uint64_t* value) const
1450{
1451 if(XMLUtil::ToUnsigned64(Value(), value)) {
1452 return XML_SUCCESS;
1453 }
1454 return XML_WRONG_ATTRIBUTE_TYPE;
1455}
1456
1457
1458XMLError XMLAttribute::QueryHex64Value(uint64_t* value) const

Callers 1

QueryUnsigned64AttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected