Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baumgarr/nixnote2
/ SyncRunner
Method
SyncRunner
threads/syncrunner.cpp:40–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
extern Global global;
39
40
SyncRunner::SyncRunner()
41
{
42
init = false;
43
finalSync = false;
44
apiRateLimitExceeded=false;
45
}
46
47
SyncRunner::~SyncRunner() {
48
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected