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

Method ToFormula

lib/mdflib/mdflib/src/mdcomment.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void MdComment::ToFormula(IXmlNode& root_node) const {
149 if (formula_.IsActive()) {
150 auto& formula_node = root_node.AddNode("formula");
151 formula_.ToXml(formula_node);
152 }
153}
154
155void MdComment::ToNames(IXmlNode& root_node) const {
156 if (alternative_name_.IsActive()) {

Callers

nothing calls this directly

Calls 3

AddNodeMethod · 0.80
IsActiveMethod · 0.45
ToXmlMethod · 0.45

Tested by

no test coverage detected