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

Method setValue

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

Source from the content-addressed store, hash-verified

310UString XMLSerializationNode::getValue() { return node.text().get(); }
311
312void XMLSerializationNode::setValue(const UString &str) { node.text().set(str.c_str()); }
313
314UString XMLSerializationNode::getAttribute(const UString &attribute)
315{

Callers 1

setValueBoolVectorMethod · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected