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

Method setIo

common/script/scriptconsole.cpp:249–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void ScriptConsole::setIo(long long done)
250{
251 std::lock_guard<std::mutex> lock(mMutex);
252 if (mIo.active) {
253 mIo.done = done;
254 sampleIoRate();
255 }
256}
257
258void ScriptConsole::addIo(long long delta)
259{

Callers 1

uploadProgressFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected