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

Method setValueUChar

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

Source from the content-addressed store, hash-verified

337}
338
339void XMLSerializationNode::setValueUChar(unsigned char c) { node.text().set((unsigned int)c); }
340
341int XMLSerializationNode::getValueInt() { return node.text().as_int(); }
342

Callers 1

serializeOutFunction · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected