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

Method setValueBool

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

Source from the content-addressed store, hash-verified

357bool XMLSerializationNode::getValueBool() { return node.text().as_bool(); }
358
359void XMLSerializationNode::setValueBool(bool b) { node.text().set(b); }
360
361std::vector<bool> XMLSerializationNode::getValueBoolVector()
362{

Callers 1

serializeOutFunction · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected