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

Method RootNode

lib/mdflib/mdflib/src/ixmlfile.h:154–154  ·  view source on GitHub ↗

< Creates a string that < is a whole XML file.

Source from the content-addressed store, hash-verified

152 std::string WriteString(bool skip_header = false); ///< Creates a string that
153 ///< is a whole XML file.
154 [[nodiscard]] const IXmlNode* RootNode() const { return root_node_.get(); }
155 [[nodiscard]] IXmlNode* RootNode() { return root_node_.get(); }
156 protected:
157 IXmlFile() = default; ///< Default constructor is hidden from external users.

Callers 8

FromXmlMethod · 0.80
FromXmlMethod · 0.80
FromXmlMethod · 0.80
FromXmlMethod · 0.80
FromXmlMethod · 0.80
FromXmlMethod · 0.80
FromXmlMethod · 0.80
FromXmlMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected