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

Method setIoNote

common/script/scriptconsole.cpp:205–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void ScriptConsole::setIoNote(std::string note)
206{
207 std::lock_guard<std::mutex> lock(mMutex);
208 mIoNote = std::move(note);
209 // Claiming the slot here is the point: the bar is on screen, labelled with
210 // the stage, before any native IO has started.
211 mIoSlot = true;
212 if (!mIo.active) {
213 idleIo();
214 }
215}
216
217void ScriptConsole::beginIo(std::string label, long long total)
218{

Callers 1

ckpt_progress_noteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected