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

Method expungeInactiveNotesAsync

qevercloud/generated/services.cpp:5029–5034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5027}
5028
5029AsyncResult* NoteStore::expungeInactiveNotesAsync(QString authenticationToken)
5030{
5031 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
5032 QByteArray params = NoteStore_expungeInactiveNotes_prepareParams(authenticationToken);
5033 return new AsyncResult(url_, params, NoteStore_expungeInactiveNotes_readReplyAsync);
5034}
5035
5036QByteArray NoteStore_copyNote_prepareParams(QString authenticationToken, Guid noteGuid, Guid toNotebookGuid)
5037{

Callers

nothing calls this directly

Tested by

no test coverage detected