Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getValueBool
Method
getValueBool
framework/serialization/serialize.cpp:357–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
void XMLSerializationNode::setValueFloat(float f) { node.text().set(f); }
356
357
bool XMLSerializationNode::getValueBool() { return node.text().as_bool(); }
358
359
void XMLSerializationNode::setValueBool(bool b) { node.text().set(b); }
360
Callers
1
serializeIn
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected