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

Method getNoteStoreUrl

qevercloud/generated/services.cpp:10078–10084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10076}
10077
10078QString UserStore::getNoteStoreUrl(QString authenticationToken)
10079{
10080 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
10081 QByteArray params = UserStore_getNoteStoreUrl_prepareParams(authenticationToken);
10082 QByteArray reply = askEvernote(url_, params);
10083 return UserStore_getNoteStoreUrl_readReply(reply);
10084}
10085
10086AsyncResult* UserStore::getNoteStoreUrlAsync(QString authenticationToken)
10087{

Callers

nothing calls this directly

Tested by

no test coverage detected