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

Method downloadAsync

qevercloud/http.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157AsyncResult* Thumbnail::downloadAsync(Guid guid, bool isPublic, bool isResourceGuid)
158{
159 QPair<QNetworkRequest, QByteArray> pair = createPostRequest(guid, isPublic, isResourceGuid);
160 return new AsyncResult(pair.first, pair.second);
161}
162
163QPair<QNetworkRequest, QByteArray> Thumbnail::createPostRequest(Guid guid, bool isPublic, bool isResourceGuid)
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected