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

Method getResourceSearchTextAsync

qevercloud/generated/services.cpp:4208–4213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4206}
4207
4208AsyncResult* NoteStore::getResourceSearchTextAsync(Guid guid, QString authenticationToken)
4209{
4210 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4211 QByteArray params = NoteStore_getResourceSearchText_prepareParams(authenticationToken, guid);
4212 return new AsyncResult(url_, params, NoteStore_getResourceSearchText_readReplyAsync);
4213}
4214
4215QByteArray NoteStore_getNoteTagNames_prepareParams(QString authenticationToken, Guid guid)
4216{

Callers

nothing calls this directly

Tested by

no test coverage detected