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

Method findNoteCounts

qevercloud/generated/services.cpp:3234–3240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3232}
3233
3234NoteCollectionCounts NoteStore::findNoteCounts(const NoteFilter& filter, bool withTrash, QString authenticationToken)
3235{
3236 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
3237 QByteArray params = NoteStore_findNoteCounts_prepareParams(authenticationToken, filter, withTrash);
3238 QByteArray reply = askEvernote(url_, params);
3239 return NoteStore_findNoteCounts_readReply(reply);
3240}
3241
3242AsyncResult* NoteStore::findNoteCountsAsync(const NoteFilter& filter, bool withTrash, QString authenticationToken)
3243{

Callers

nothing calls this directly

Tested by

no test coverage detected