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

Method getNoteStoreUrlAsync

qevercloud/generated/services.cpp:10086–10091  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10084}
10085
10086AsyncResult* UserStore::getNoteStoreUrlAsync(QString authenticationToken)
10087{
10088 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
10089 QByteArray params = UserStore_getNoteStoreUrl_prepareParams(authenticationToken);
10090 return new AsyncResult(url_, params, UserStore_getNoteStoreUrl_readReplyAsync);
10091}
10092
10093
10094}

Callers

nothing calls this directly

Tested by

no test coverage detected