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

Method getNextSibling

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

Source from the content-addressed store, hash-verified

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
29 virtual UString getName() = 0;

Callers

nothing calls this directly

Calls 1

getNextSiblingOptMethod · 0.80

Tested by

no test coverage detected