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

Method getNotebookAsync

qevercloud/generated/services.cpp:918–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918AsyncResult* NoteStore::getNotebookAsync(Guid guid, QString authenticationToken)
919{
920 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
921 QByteArray params = NoteStore_getNotebook_prepareParams(authenticationToken, guid);
922 return new AsyncResult(url_, params, NoteStore_getNotebook_readReplyAsync);
923}
924
925QByteArray NoteStore_getDefaultNotebook_prepareParams(QString authenticationToken)
926{

Callers

nothing calls this directly

Tested by

no test coverage detected