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

Method createLinkedNotebook

qevercloud/generated/services.cpp:7669–7675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7667}
7668
7669LinkedNotebook NoteStore::createLinkedNotebook(const LinkedNotebook& linkedNotebook, QString authenticationToken)
7670{
7671 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
7672 QByteArray params = NoteStore_createLinkedNotebook_prepareParams(authenticationToken, linkedNotebook);
7673 QByteArray reply = askEvernote(url_, params);
7674 return NoteStore_createLinkedNotebook_readReply(reply);
7675}
7676
7677AsyncResult* NoteStore::createLinkedNotebookAsync(const LinkedNotebook& linkedNotebook, QString authenticationToken)
7678{

Callers

nothing calls this directly

Tested by

no test coverage detected