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

Method createLongLongNode

xml/exportdata.cpp:696–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694
695
696void ExportData::createLongLongNode(QString nodename, qlonglong value) {
697 createNode(nodename, QString::number(value));
698}
699
700
701

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected