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

Method getNoteSearchText

qevercloud/generated/services.cpp:4083–4089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4081}
4082
4083QString NoteStore::getNoteSearchText(Guid guid, bool noteOnly, bool tokenizeForIndexing, QString authenticationToken)
4084{
4085 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4086 QByteArray params = NoteStore_getNoteSearchText_prepareParams(authenticationToken, guid, noteOnly, tokenizeForIndexing);
4087 QByteArray reply = askEvernote(url_, params);
4088 return NoteStore_getNoteSearchText_readReply(reply);
4089}
4090
4091AsyncResult* NoteStore::getNoteSearchTextAsync(Guid guid, bool noteOnly, bool tokenizeForIndexing, QString authenticationToken)
4092{

Callers

nothing calls this directly

Tested by

no test coverage detected