MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / documentCount

Function documentCount

src/share/WizObjectOperator.cpp:568–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568int documentCount(WizDatabase& db, const QString& personalFolder)
569{
570 int count = 0;
571 db.getDocumentsCountByLocation(personalFolder, count, true);
572 return count;
573}
574
575int documentCount(WizDatabase& db, const WIZTAGDATA& groupFolder)
576{

Calls 5

getAllChildTagsMethod · 0.80
endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected