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

Method getValueUInt

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

Source from the content-addressed store, hash-verified

322}
323
324unsigned int XMLSerializationNode::getValueUInt() { return node.text().as_uint(); }
325
326void XMLSerializationNode::setValueUInt(unsigned int i) { node.text().set(i); }
327

Callers 2

deserializeManifestMethod · 0.80
serializeInFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected