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

Method getTagAsync

qevercloud/generated/services.cpp:1724–1729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1722}
1723
1724AsyncResult* NoteStore::getTagAsync(Guid guid, QString authenticationToken)
1725{
1726 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
1727 QByteArray params = NoteStore_getTag_prepareParams(authenticationToken, guid);
1728 return new AsyncResult(url_, params, NoteStore_getTag_readReplyAsync);
1729}
1730
1731QByteArray NoteStore_createTag_prepareParams(QString authenticationToken, const Tag& tag)
1732{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected