MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / setSaveCount

Function setSaveCount

switch/source/transferstatus.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 void setSaveCount(size_t count)
57 {
58 std::lock_guard<std::mutex> lock(sMutex);
59 sState.saveCount = count;
60 }
61
62 void beginLocalRun(const std::string& mode, size_t totalFiles, bool cancellable)
63 {

Callers 1

runMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected