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

Method getNoteAsync

qevercloud/generated/services.cpp:3371–3376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3369}
3370
3371AsyncResult* NoteStore::getNoteAsync(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken)
3372{
3373 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
3374 QByteArray params = NoteStore_getNote_prepareParams(authenticationToken, guid, withContent, withResourcesData, withResourcesRecognition, withResourcesAlternateData);
3375 return new AsyncResult(url_, params, NoteStore_getNote_readReplyAsync);
3376}
3377
3378QByteArray NoteStore_getNoteApplicationData_prepareParams(QString authenticationToken, Guid guid)
3379{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected