MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / for

Function for

gui/gdre_progress.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71void GDREBackgroundProgress::_update() {
72 _THREAD_SAFE_METHOD_
73
74 for (const KeyValue<String, int> &E : updates) {
75 if (tasks.has(E.key)) {
76 _task_step(E.key, E.value);
77 }
78 }
79
80 updates.clear();
81}

Callers 1

json.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected