MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / GetNode

Method GetNode

lib/mdflib/mdflib/src/ixmlfile.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52const IXmlNode *IXmlFile::GetNode(const std::string &tag) const {
53 return root_node_ ? root_node_->GetNode(tag) : nullptr;
54}
55
56IXmlNode &IXmlFile::RootName(const std::string &name) {
57 if (!root_node_) {

Callers 5

FromXmlMethod · 0.45
CommonPropertyMethod · 0.45
CommonPropertiesMethod · 0.45
GetCommonPropertyFunction · 0.45
GetBlockPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected