Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
339
void XMLSerializationNode::setValueUChar(unsigned char c) { node.text().set((unsigned int)c); }
340
341
int XMLSerializationNode::getValueInt() { return node.text().as_int(); }
342
Callers
1
serializeOut
Function · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected