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

Method createSearchAsync

qevercloud/generated/services.cpp:2519–2524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2517}
2518
2519AsyncResult* NoteStore::createSearchAsync(const SavedSearch& search, QString authenticationToken)
2520{
2521 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
2522 QByteArray params = NoteStore_createSearch_prepareParams(authenticationToken, search);
2523 return new AsyncResult(url_, params, NoteStore_createSearch_readReplyAsync);
2524}
2525
2526QByteArray NoteStore_updateSearch_prepareParams(QString authenticationToken, const SavedSearch& search)
2527{

Callers

nothing calls this directly

Tested by

no test coverage detected