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

Method getLinkedNotebookSyncStateAsync

qevercloud/generated/services.cpp:560–565  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558}
559
560AsyncResult* NoteStore::getLinkedNotebookSyncStateAsync(const LinkedNotebook& linkedNotebook, QString authenticationToken)
561{
562 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
563 QByteArray params = NoteStore_getLinkedNotebookSyncState_prepareParams(authenticationToken, linkedNotebook);
564 return new AsyncResult(url_, params, NoteStore_getLinkedNotebookSyncState_readReplyAsync);
565}
566
567QByteArray NoteStore_getLinkedNotebookSyncChunk_prepareParams(QString authenticationToken, const LinkedNotebook& linkedNotebook, qint32 afterUSN, qint32 maxEntries, bool fullSyncOnly)
568{

Callers

nothing calls this directly

Tested by

no test coverage detected