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

Method createLinkedNotebookAsync

qevercloud/generated/services.cpp:7677–7682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7675}
7676
7677AsyncResult* NoteStore::createLinkedNotebookAsync(const LinkedNotebook& linkedNotebook, QString authenticationToken)
7678{
7679 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
7680 QByteArray params = NoteStore_createLinkedNotebook_prepareParams(authenticationToken, linkedNotebook);
7681 return new AsyncResult(url_, params, NoteStore_createLinkedNotebook_readReplyAsync);
7682}
7683
7684QByteArray NoteStore_updateLinkedNotebook_prepareParams(QString authenticationToken, const LinkedNotebook& linkedNotebook)
7685{

Callers

nothing calls this directly

Tested by

no test coverage detected