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

Method getFilteredSyncChunkAsync

qevercloud/generated/services.cpp:443–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443AsyncResult* NoteStore::getFilteredSyncChunkAsync(qint32 afterUSN, qint32 maxEntries, const SyncChunkFilter& filter, QString authenticationToken)
444{
445 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
446 QByteArray params = NoteStore_getFilteredSyncChunk_prepareParams(authenticationToken, afterUSN, maxEntries, filter);
447 return new AsyncResult(url_, params, NoteStore_getFilteredSyncChunk_readReplyAsync);
448}
449
450QByteArray NoteStore_getLinkedNotebookSyncState_prepareParams(QString authenticationToken, const LinkedNotebook& linkedNotebook)
451{

Callers

nothing calls this directly

Tested by

no test coverage detected