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

Method dumpTag

utilities/debugtool.cpp:32–39  ·  view source on GitHub ↗

Dump a tag to the debug log

Source from the content-addressed store, hash-verified

30// Dump a tag to the debug log
31//************************************
32void DebugTool::dumpTag(Tag tag) {
33 QLOG_DEBUG() << "*** Dumping Tag ***";
34 dumpField(tag.guid, "guid");
35 dumpField(tag.name, "name");
36 dumpField(tag.parentGuid, "parent");
37 dumpField(tag.updateSequenceNum, "USN");
38 QLOG_DEBUG() << "*** Tag Dump complete ***";
39}
40
41
42

Callers 1

uploadTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected