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

Method getBootstrapInfo

qevercloud/generated/services.cpp:9001–9006  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8999}
9000
9001BootstrapInfo UserStore::getBootstrapInfo(QString locale)
9002{
9003 QByteArray params = UserStore_getBootstrapInfo_prepareParams(locale);
9004 QByteArray reply = askEvernote(url_, params);
9005 return UserStore_getBootstrapInfo_readReply(reply);
9006}
9007
9008AsyncResult* UserStore::getBootstrapInfoAsync(QString locale)
9009{

Callers

nothing calls this directly

Tested by

no test coverage detected