MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / finish

Function finish

source/MRViewer/MRProgressBar.cpp:448–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void finish()
449{
450 auto& instance = ProgressBarImpl::instance();
451 instance.finished_ = true;
452 instance.frameRequest_.requestFrame();
453}
454
455bool isOrdered()
456{

Callers 4

loadFilesMethod · 0.85
~TimerFunction · 0.85
restartMethod · 0.85

Calls 2

instanceFunction · 0.85
requestFrameMethod · 0.80

Tested by

no test coverage detected