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

Method createTagAsync

qevercloud/generated/services.cpp:1841–1846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1839}
1840
1841AsyncResult* NoteStore::createTagAsync(const Tag& tag, QString authenticationToken)
1842{
1843 if(authenticationToken.isEmpty()) authenticationToken = this->authenticationToken_;
1844 QByteArray params = NoteStore_createTag_prepareParams(authenticationToken, tag);
1845 return new AsyncResult(url_, params, NoteStore_createTag_readReplyAsync);
1846}
1847
1848QByteArray NoteStore_updateTag_prepareParams(QString authenticationToken, const Tag& tag)
1849{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected