Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
973
void sugoiS_defragement(sugoi_storage_t* storage)
974
{
975
storage->defragment();
976
}
977
978
void sugoiS_pack_entities(sugoi_storage_t* storage)
979
{
Callers
nothing calls this directly
Calls
1
defragment
Method · 0.80
Tested by
no test coverage detected