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

Method getResourceByHashAsync

qevercloud/generated/services.cpp:6377–6382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6375}
6376
6377AsyncResult* NoteStore::getResourceByHashAsync(Guid noteGuid, QByteArray contentHash, bool withData, bool withRecognition, bool withAlternateData, QString authenticationToken)
6378{
6379 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
6380 QByteArray params = NoteStore_getResourceByHash_prepareParams(authenticationToken, noteGuid, contentHash, withData, withRecognition, withAlternateData);
6381 return new AsyncResult(url_, params, NoteStore_getResourceByHash_readReplyAsync);
6382}
6383
6384QByteArray NoteStore_getResourceRecognition_prepareParams(QString authenticationToken, Guid guid)
6385{

Callers

nothing calls this directly

Tested by

no test coverage detected