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

Method endLayer

common/script/scriptconsole.cpp:179–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void ScriptConsole::endLayer(size_t layer)
180{
181 if (layer >= MAX_LAYERS) {
182 return;
183 }
184 std::lock_guard<std::mutex> lock(mMutex);
185 for (size_t i = layer; i < MAX_LAYERS; i++) {
186 idle(mLayers[i]);
187 }
188 idleIo();
189}
190
191void ScriptConsole::clearProgress(void)
192{

Callers 1

ckpt_progress_endFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected