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

Method dumpField

utilities/debugtool.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211//*******************************************************
212
213void DebugTool::dumpField(Optional<QString> field, QString name) {
214 if (field.isSet())
215 QLOG_DEBUG() << name << ":" << field << ":";
216 else
217 QLOG_DEBUG() << name << " is not set.";
218}
219
220
221

Callers

nothing calls this directly

Calls 1

isSetMethod · 0.45

Tested by

no test coverage detected