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

Method expungeNotesAsync

qevercloud/generated/services.cpp:4924–4929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4922}
4923
4924AsyncResult* NoteStore::expungeNotesAsync(QList< Guid > noteGuids, QString authenticationToken)
4925{
4926 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4927 QByteArray params = NoteStore_expungeNotes_prepareParams(authenticationToken, noteGuids);
4928 return new AsyncResult(url_, params, NoteStore_expungeNotes_readReplyAsync);
4929}
4930
4931QByteArray NoteStore_expungeInactiveNotes_prepareParams(QString authenticationToken)
4932{

Callers

nothing calls this directly

Tested by

no test coverage detected