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

Method getValue

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

Source from the content-addressed store, hash-verified

308void XMLSerializationNode::setName(const UString &str) { node.set_name(str.c_str()); }
309
310UString XMLSerializationNode::getValue() { return node.text().get(); }
311
312void XMLSerializationNode::setValue(const UString &str) { node.text().set(str.c_str()); }
313

Callers 1

getValueBoolVectorMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected