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

Method setValueInt

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

Source from the content-addressed store, hash-verified

341int XMLSerializationNode::getValueInt() { return node.text().as_int(); }
342
343void XMLSerializationNode::setValueInt(int i) { node.text().set(i); }
344
345unsigned long long XMLSerializationNode::getValueUInt64() { return node.text().as_ullong(); }
346

Callers 1

serializeOutFunction · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected