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

Function NoteStore_getNote_readReplyAsync

qevercloud/generated/services.cpp:3358–3361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3356}
3357
3358QVariant NoteStore_getNote_readReplyAsync(QByteArray reply)
3359{
3360 return QVariant::fromValue(NoteStore_getNote_readReply(reply));
3361}
3362
3363Note NoteStore::getNote(Guid guid, bool withContent, bool withResourcesData, bool withResourcesRecognition, bool withResourcesAlternateData, QString authenticationToken)
3364{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected