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

Method getUser

qevercloud/generated/services.cpp:9756–9762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9754}
9755
9756User UserStore::getUser(QString authenticationToken)
9757{
9758 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
9759 QByteArray params = UserStore_getUser_prepareParams(authenticationToken);
9760 QByteArray reply = askEvernote(url_, params);
9761 return UserStore_getUser_readReply(reply);
9762}
9763
9764AsyncResult* UserStore::getUserAsync(QString authenticationToken)
9765{

Callers

nothing calls this directly

Calls 3

askEvernoteFunction · 0.85

Tested by

no test coverage detected