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

Function serializeOut

game/state/gamestate_serialize.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void serializeOut(SerializationNode *node, const UString &string, const UString &)
144{
145 node->setValue(string);
146}
147
148void serializeOut(SerializationNode *node, const unsigned int &val, const unsigned int &)
149{

Callers 2

serializeMethod · 0.70
serializeFunction · 0.70

Calls 10

setValueUIntMethod · 0.80
setValueUCharMethod · 0.80
setValueFloatMethod · 0.80
setValueIntMethod · 0.80
setValueUInt64Method · 0.80
setValueBoolMethod · 0.80
setValueBoolVectorMethod · 0.80
addNodeMethod · 0.80
setValueMethod · 0.45
getStateMethod · 0.45

Tested by

no test coverage detected