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

Method getDefaultNotebook

qevercloud/generated/services.cpp:1015–1021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1013}
1014
1015Notebook NoteStore::getDefaultNotebook(QString authenticationToken)
1016{
1017 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
1018 QByteArray params = NoteStore_getDefaultNotebook_prepareParams(authenticationToken);
1019 QByteArray reply = askEvernote(url_, params);
1020 return NoteStore_getDefaultNotebook_readReply(reply);
1021}
1022
1023AsyncResult* NoteStore::getDefaultNotebookAsync(QString authenticationToken)
1024{

Callers

nothing calls this directly

Tested by

no test coverage detected