MCPcopy 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

38extern Global global;
39
40SyncRunner::SyncRunner()
41{
42 init = false;
43 finalSync = false;
44 apiRateLimitExceeded=false;
45}
46
47SyncRunner::~SyncRunner() {
48}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected