Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ addIo
Method
addIo
common/script/scriptconsole.cpp:258–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
void ScriptConsole::addIo(long long delta)
259
{
260
std::lock_guard<std::mutex> lock(mMutex);
261
if (mIo.active) {
262
mIo.done += delta;
263
sampleIoRate();
264
}
265
}
266
267
void ScriptConsole::endIo(void)
268
{
Callers
2
zipDir
Function · 0.80
unzipTo
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected