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

Method copyNote

qevercloud/generated/services.cpp:5141–5147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5139}
5140
5141Note NoteStore::copyNote(Guid noteGuid, Guid toNotebookGuid, QString authenticationToken)
5142{
5143 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
5144 QByteArray params = NoteStore_copyNote_prepareParams(authenticationToken, noteGuid, toNotebookGuid);
5145 QByteArray reply = askEvernote(url_, params);
5146 return NoteStore_copyNote_readReply(reply);
5147}
5148
5149AsyncResult* NoteStore::copyNoteAsync(Guid noteGuid, Guid toNotebookGuid, QString authenticationToken)
5150{

Callers

nothing calls this directly

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected