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

Method getNoteApplicationDataEntryAsync

qevercloud/generated/services.cpp:3608–3613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3606}
3607
3608AsyncResult* NoteStore::getNoteApplicationDataEntryAsync(Guid guid, QString key, QString authenticationToken)
3609{
3610 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
3611 QByteArray params = NoteStore_getNoteApplicationDataEntry_prepareParams(authenticationToken, guid, key);
3612 return new AsyncResult(url_, params, NoteStore_getNoteApplicationDataEntry_readReplyAsync);
3613}
3614
3615QByteArray NoteStore_setNoteApplicationDataEntry_prepareParams(QString authenticationToken, Guid guid, QString key, QString value)
3616{

Callers

nothing calls this directly

Tested by

no test coverage detected