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

Method getNoteVersionAsync

qevercloud/generated/services.cpp:5405–5410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5403}
5404
5405AsyncResult* NoteStore::getNoteVersionAsync(Guid noteGuid, qint32 updateSequenceNum, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken)
5406{
5407 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
5408 QByteArray params = NoteStore_getNoteVersion_prepareParams(authenticationToken, noteGuid, updateSequenceNum, withResourcesData, withResourcesRecognition, withResourcesAlternateData);
5409 return new AsyncResult(url_, params, NoteStore_getNoteVersion_readReplyAsync);
5410}
5411
5412QByteArray NoteStore_getResource_prepareParams(QString authenticationToken, Guid guid, bool withData, bool withRecognition, bool withAttributes, bool withAlternateData)
5413{

Callers

nothing calls this directly

Tested by

no test coverage detected