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

Method dump

watcher/filewatchermanager.cpp:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80
81void FileWatcherManager::dump() {
82 for (int i=0; i<importKeep.size(); i++) {
83 FileWatcher *fw = importKeep[i];
84 for (int j=0; j<fw->directories().size(); j++) {
85 QLOG_DEBUG() << fw->directories().at(j);
86 }
87 }
88}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected