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

Method expungeNotebookAsync

qevercloud/generated/services.cpp:1365–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365AsyncResult* NoteStore::expungeNotebookAsync(Guid guid, QString authenticationToken)
1366{
1367 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
1368 QByteArray params = NoteStore_expungeNotebook_prepareParams(authenticationToken, guid);
1369 return new AsyncResult(url_, params, NoteStore_expungeNotebook_readReplyAsync);
1370}
1371
1372QByteArray NoteStore_listTags_prepareParams(QString authenticationToken)
1373{

Callers

nothing calls this directly

Tested by

no test coverage detected