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

Method authenticateToSharedNoteAsync

qevercloud/generated/services.cpp:8711–8716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8709}
8710
8711AsyncResult* NoteStore::authenticateToSharedNoteAsync(QString guid, QString noteKey, QString authenticationToken)
8712{
8713 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
8714 QByteArray params = NoteStore_authenticateToSharedNote_prepareParams(guid, noteKey, authenticationToken);
8715 return new AsyncResult(url_, params, NoteStore_authenticateToSharedNote_readReplyAsync);
8716}
8717
8718QByteArray NoteStore_findRelated_prepareParams(QString authenticationToken, const RelatedQuery& query, const RelatedResultSpec& resultSpec)
8719{

Callers

nothing calls this directly

Tested by

no test coverage detected