MCPcopy 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
258void 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
267void ScriptConsole::endIo(void)
268{

Callers 2

zipDirFunction · 0.80
unzipToFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected