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

Method getNode

framework/serialization/serialize.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 virtual SerializationNode *getSectionOpt(const char *name) = 0;
24
25 SerializationNode *getNode(const char *name) { return this->getNodeOpt(name); }
26 SerializationNode *getNextSibling(const char *name) { return this->getNextSiblingOpt(name); }
27 SerializationNode *getSection(const char *name) { return this->getSectionOpt(name); }
28

Callers 2

serializeInFunction · 0.80
serializeInFunction · 0.80

Calls 1

getNodeOptMethod · 0.80

Tested by

no test coverage detected