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

Method getNoteContentAsync

qevercloud/generated/services.cpp:3968–3973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3966}
3967
3968AsyncResult* NoteStore::getNoteContentAsync(Guid guid, QString authenticationToken)
3969{
3970 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
3971 QByteArray params = NoteStore_getNoteContent_prepareParams(authenticationToken, guid);
3972 return new AsyncResult(url_, params, NoteStore_getNoteContent_readReplyAsync);
3973}
3974
3975QByteArray NoteStore_getNoteSearchText_prepareParams(QString authenticationToken, Guid guid, bool noteOnly, bool tokenizeForIndexing)
3976{

Callers

nothing calls this directly

Tested by

no test coverage detected