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

Method getLinkedNotebookSyncState

qevercloud/generated/services.cpp:552–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552SyncState NoteStore::getLinkedNotebookSyncState(const LinkedNotebook& linkedNotebook, QString authenticationToken)
553{
554 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
555 QByteArray params = NoteStore_getLinkedNotebookSyncState_prepareParams(authenticationToken, linkedNotebook);
556 QByteArray reply = askEvernote(url_, params);
557 return NoteStore_getLinkedNotebookSyncState_readReply(reply);
558}
559
560AsyncResult* NoteStore::getLinkedNotebookSyncStateAsync(const LinkedNotebook& linkedNotebook, QString authenticationToken)
561{

Callers 1

Tested by

no test coverage detected