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

Function NoteStore_findNotes_readReplyAsync

qevercloud/generated/services.cpp:2863–2866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2861}
2862
2863QVariant NoteStore_findNotes_readReplyAsync(QByteArray reply)
2864{
2865 return QVariant::fromValue(NoteStore_findNotes_readReply(reply));
2866}
2867
2868NoteList NoteStore::findNotes(const NoteFilter& filter, qint32 offset, qint32 maxNotes, QString authenticationToken)
2869{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected