Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
void sugoi_storage_t::reset()
36
{
37
for (auto iter : groups)
38
iter.second->clear();
39
}
40
41
void sugoi_storage_t::allocate(sugoi_group_t* group, EIndex count, sugoi_view_callback_t callback, void* u)
42
{
Callers
2
merge
Method · 0.45
sugoiS_reset
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected