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

Method findNotes

qevercloud/generated/services.cpp:2868–2874  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2866}
2867
2868NoteList NoteStore::findNotes(const NoteFilter& filter, qint32 offset, qint32 maxNotes, QString authenticationToken)
2869{
2870 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
2871 QByteArray params = NoteStore_findNotes_prepareParams(authenticationToken, filter, offset, maxNotes);
2872 QByteArray reply = askEvernote(url_, params);
2873 return NoteStore_findNotes_readReply(reply);
2874}
2875
2876AsyncResult* NoteStore::findNotesAsync(const NoteFilter& filter, qint32 offset, qint32 maxNotes, QString authenticationToken)
2877{

Callers

nothing calls this directly

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected