MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / reset

Method reset

modules/engine/runtime/src/ecs/storage.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void sugoi_storage_t::reset()
36{
37 for (auto iter : groups)
38 iter.second->clear();
39}
40
41void sugoi_storage_t::allocate(sugoi_group_t* group, EIndex count, sugoi_view_callback_t callback, void* u)
42{

Callers 2

mergeMethod · 0.45
sugoiS_resetFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected