MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / Init

Function Init

src/common/cloud_work_queue.cpp:647–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

645}
646
647void Init(ICloudProvider* provider) {
648 Init(provider, MakeDefaultReporter());
649}
650
651void Init(ICloudProvider* provider, Reporter reporter) {
652 // Reuse existing workers if still running.

Callers

nothing calls this directly

Calls 1

MakeDefaultReporterFunction · 0.85

Tested by

no test coverage detected