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

Method setValueUInt64

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

Source from the content-addressed store, hash-verified

345unsigned long long XMLSerializationNode::getValueUInt64() { return node.text().as_ullong(); }
346
347void XMLSerializationNode::setValueUInt64(unsigned long long i) { node.text().set(i); }
348
349long long XMLSerializationNode::getValueInt64() { return node.text().as_llong(); }
350

Callers 1

serializeOutFunction · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected