Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
249
void 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
258
void ScriptConsole::addIo(long long delta)
259
{
Callers
1
uploadProgress
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected