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

Method getValueBool

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

Source from the content-addressed store, hash-verified

355void XMLSerializationNode::setValueFloat(float f) { node.text().set(f); }
356
357bool XMLSerializationNode::getValueBool() { return node.text().as_bool(); }
358
359void XMLSerializationNode::setValueBool(bool b) { node.text().set(b); }
360

Callers 1

serializeInFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected