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

Method countAll

threads/counterrunner.cpp:45–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45void CounterRunner::countAll() {
46 if (global.countBehavior == Global::CountNone)
47 return;
48 QLOG_TRACE_IN();
49 if (!init)
50 initialize();
51 this->countNotebooks();
52 this->countTags();
53 this->countTrash();
54 QLOG_TRACE_OUT();
55}
56
57
58void CounterRunner::countTrash() {

Callers

nothing calls this directly

Calls 3

countNotebooksMethod · 0.95
countTagsMethod · 0.95
countTrashMethod · 0.95

Tested by

no test coverage detected