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

Method expungeInactiveNotes

qevercloud/generated/services.cpp:5021–5027  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5019}
5020
5021qint32 NoteStore::expungeInactiveNotes(QString authenticationToken)
5022{
5023 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
5024 QByteArray params = NoteStore_expungeInactiveNotes_prepareParams(authenticationToken);
5025 QByteArray reply = askEvernote(url_, params);
5026 return NoteStore_expungeInactiveNotes_readReply(reply);
5027}
5028
5029AsyncResult* NoteStore::expungeInactiveNotesAsync(QString authenticationToken)
5030{

Callers

nothing calls this directly

Tested by

no test coverage detected