Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ setValueUInt
Method
setValueUInt
framework/serialization/serialize.cpp:326–326 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
324
unsigned int XMLSerializationNode::getValueUInt() { return node.text().as_uint(); }
325
326
void XMLSerializationNode::setValueUInt(unsigned int i) { node.text().set(i); }
327
328
unsigned char XMLSerializationNode::getValueUChar()
329
{
Callers
1
serializeOut
Function · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected