MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / cleanup

Method cleanup

Source/Basic/Scheduler.cpp:232–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232void Scheduler::cleanup() {
233 for (auto item : _updateList) {
234 item->target->release();
235 }
236 for (auto item : _fixedUpdateList) {
237 item->target->release();
238 }
239 _updateList.clear();
240 _fixedUpdateList.clear();
241 _fixedUpdateObjects.clear();
242 _updateObjects.clear();
243 _actionList->clear();
244 Object::cleanup();
245}
246
247/* SystemTimer */
248

Callers

nothing calls this directly

Calls 3

cleanupFunction · 0.85
clearMethod · 0.65
releaseMethod · 0.45

Tested by

no test coverage detected