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

Method createNotebookAsync

qevercloud/generated/services.cpp:1131–1136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131AsyncResult* NoteStore::createNotebookAsync(const Notebook& notebook, QString authenticationToken)
1132{
1133 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
1134 QByteArray params = NoteStore_createNotebook_prepareParams(authenticationToken, notebook);
1135 return new AsyncResult(url_, params, NoteStore_createNotebook_readReplyAsync);
1136}
1137
1138QByteArray NoteStore_updateNotebook_prepareParams(QString authenticationToken, const Notebook& notebook)
1139{

Callers

nothing calls this directly

Tested by

no test coverage detected