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

Method destruct_group

modules/engine/runtime/src/ecs/archetype.cpp:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319void sugoi_storage_t::destruct_group(sugoi_group_t* group)
320{
321 update_query_cache(group, false);
322 groups.erase(group->type);
323 groupPool.free(group);
324}
325
326sugoi_chunk_t* sugoi_group_t::get_first_free_chunk() const noexcept
327{

Callers 1

mergeMethod · 0.80

Calls 2

eraseMethod · 0.45
freeMethod · 0.45

Tested by

no test coverage detected