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

Method getNoteTagNames

qevercloud/generated/services.cpp:4327–4333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4325}
4326
4327QStringList NoteStore::getNoteTagNames(Guid guid, QString authenticationToken)
4328{
4329 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
4330 QByteArray params = NoteStore_getNoteTagNames_prepareParams(authenticationToken, guid);
4331 QByteArray reply = askEvernote(url_, params);
4332 return NoteStore_getNoteTagNames_readReply(reply);
4333}
4334
4335AsyncResult* NoteStore::getNoteTagNamesAsync(Guid guid, QString authenticationToken)
4336{

Callers

nothing calls this directly

Tested by

no test coverage detected