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

Method QueryInt64Value

external/tinyxml2.cpp:1440–1446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438
1439
1440XMLError XMLAttribute::QueryInt64Value(int64_t* value) const
1441{
1442 if (XMLUtil::ToInt64(Value(), value)) {
1443 return XML_SUCCESS;
1444 }
1445 return XML_WRONG_ATTRIBUTE_TYPE;
1446}
1447
1448
1449XMLError XMLAttribute::QueryUnsigned64Value(uint64_t* value) const

Callers 1

QueryInt64AttributeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected