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

Method getResourceDataAsync

qevercloud/generated/services.cpp:6248–6253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6246}
6247
6248AsyncResult* NoteStore::getResourceDataAsync(Guid guid, QString authenticationToken)
6249{
6250 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
6251 QByteArray params = NoteStore_getResourceData_prepareParams(authenticationToken, guid);
6252 return new AsyncResult(url_, params, NoteStore_getResourceData_readReplyAsync);
6253}
6254
6255QByteArray NoteStore_getResourceByHash_prepareParams(QString authenticationToken, Guid noteGuid, QByteArray contentHash, bool withData, bool withRecognition, bool withAlternateData)
6256{

Callers

nothing calls this directly

Tested by

no test coverage detected