MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getValueUInt64

Method getValueUInt64

framework/serialization/serialize.cpp:345–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343void XMLSerializationNode::setValueInt(int i) { node.text().set(i); }
344
345unsigned long long XMLSerializationNode::getValueUInt64() { return node.text().as_ullong(); }
346
347void XMLSerializationNode::setValueUInt64(unsigned long long i) { node.text().set(i); }
348

Callers 1

serializeInFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected