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

Method getSectionOpt

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

Source from the content-addressed store, hash-verified

299}
300
301SerializationNode *XMLSerializationNode::getSectionOpt(const char *name)
302{
303 return archive->getRoot(this->getPrefix(), name);
304}
305
306UString XMLSerializationNode::getName() { return node.name(); }
307

Callers 3

serializeInSectionMapFunction · 0.80
getSectionMethod · 0.80
getSectionReqMethod · 0.80

Calls 1

getRootMethod · 0.80

Tested by

no test coverage detected