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

Function sugoiS_defragement

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

Source from the content-addressed store, hash-verified

971}
972
973void sugoiS_defragement(sugoi_storage_t* storage)
974{
975 storage->defragment();
976}
977
978void sugoiS_pack_entities(sugoi_storage_t* storage)
979{

Callers

nothing calls this directly

Calls 1

defragmentMethod · 0.80

Tested by

no test coverage detected