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

Method deleteNoteAsync

qevercloud/generated/services.cpp:4686–4691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4684}
4685
4686AsyncResult* NoteStore::deleteNoteAsync(Guid guid, QString authenticationToken)
4687{
4688 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4689 QByteArray params = NoteStore_deleteNote_prepareParams(authenticationToken, guid);
4690 return new AsyncResult(url_, params, NoteStore_deleteNote_readReplyAsync);
4691}
4692
4693QByteArray NoteStore_expungeNote_prepareParams(QString authenticationToken, Guid guid)
4694{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected