MCPcopy 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
792extern "C" {
793sugoi_storage_t* sugoiS_create()
794{
795 return SkrNew<sugoi_storage_t>();
796}
797
798void sugoiS_release(sugoi_storage_t* storage)
799{

Callers 7

ReadMethod · 0.85
on_loadMethod · 0.85
on_loadMethod · 0.85
InitializeMethod · 0.85
SnapshotMethod · 0.85
InitializeMethod · 0.85
ECSTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected