MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / createNode

Method createNode

xml/exportdata.cpp:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655
656
657void ExportData::createNode(QString nodeName, QString value) {
658 writer->writeTextElement(nodeName, value);
659 return;
660}
661
662
663

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected