Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ RemoteQuery
Method
RemoteQuery
filters/remotequery.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
extern Global global;
26
27
RemoteQuery::RemoteQuery(QObject *parent) :
28
QObject(parent)
29
{
30
this->initDbus();
31
note = NULL;
32
lid = -1;
33
}
34
35
36
Callers
nothing calls this directly
Calls
1
initDbus
Method · 0.95
Tested by
no test coverage detected