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

Method copyNoteAsync

qevercloud/generated/services.cpp:5149–5154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5147}
5148
5149AsyncResult* NoteStore::copyNoteAsync(Guid noteGuid, Guid toNotebookGuid, QString authenticationToken)
5150{
5151 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
5152 QByteArray params = NoteStore_copyNote_prepareParams(authenticationToken, noteGuid, toNotebookGuid);
5153 return new AsyncResult(url_, params, NoteStore_copyNote_readReplyAsync);
5154}
5155
5156QByteArray NoteStore_listNoteVersions_prepareParams(QString authenticationToken, Guid noteGuid)
5157{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected