Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ ToTx
Method
ToTx
lib/mdflib/mdflib/src/mdcomment.cpp:144–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void MdComment::ToTx(IXmlNode& root_node) const {
145
comment_.ToXml(root_node,
"TX"
);
146
}
147
148
void MdComment::ToFormula(IXmlNode& root_node) const {
149
if (formula_.IsActive()) {
Callers
nothing calls this directly
Calls
1
ToXml
Method · 0.45
Tested by
no test coverage detected