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

Method createNoteAsync

qevercloud/generated/services.cpp:4452–4457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4450}
4451
4452AsyncResult* NoteStore::createNoteAsync(const Note& note, QString authenticationToken)
4453{
4454 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4455 QByteArray params = NoteStore_createNote_prepareParams(authenticationToken, note);
4456 return new AsyncResult(url_, params, NoteStore_createNote_readReplyAsync);
4457}
4458
4459QByteArray NoteStore_updateNote_prepareParams(QString authenticationToken, const Note& note)
4460{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected