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

Method getNoteContent

qevercloud/generated/services.cpp:3960–3966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3958}
3959
3960QString NoteStore::getNoteContent(Guid guid, QString authenticationToken)
3961{
3962 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
3963 QByteArray params = NoteStore_getNoteContent_prepareParams(authenticationToken, guid);
3964 QByteArray reply = askEvernote(url_, params);
3965 return NoteStore_getNoteContent_readReply(reply);
3966}
3967
3968AsyncResult* NoteStore::getNoteContentAsync(Guid guid, QString authenticationToken)
3969{

Callers

nothing calls this directly

Tested by

no test coverage detected