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

Method dumpData

utilities/debugtool.cpp:158–163  ·  view source on GitHub ↗

Dump a generic data segment to the log

Source from the content-addressed store, hash-verified

156// Dump a generic data segment to the log
157//******************************************
158void DebugTool::dumpData(Data d) {
159 QLOG_DEBUG() << "*** Dumping Data Field ***";
160 dumpField(d.bodyHash, "bodyHash", true);
161 dumpField(d.size, "size");
162 QLOG_DEBUG() << "*** Data Field Dump Complete ***";
163}
164
165
166

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected