Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ sugoiS_create
Function
sugoiS_create
modules/engine/runtime/src/ecs/storage.cpp:793–796 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
792
extern
"C"
{
793
sugoi_storage_t* sugoiS_create()
794
{
795
return SkrNew<sugoi_storage_t>();
796
}
797
798
void sugoiS_release(sugoi_storage_t* storage)
799
{
Callers
7
Read
Method · 0.85
on_load
Method · 0.85
on_load
Method · 0.85
Initialize
Method · 0.85
Snapshot
Method · 0.85
Initialize
Method · 0.85
ECSTest
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected