Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ sugoiS_exist
Function
sugoiS_exist
modules/engine/runtime/src/ecs/storage.cpp:937–940 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
935
}
936
937
int sugoiS_exist(sugoi_storage_t* storage, sugoi_entity_t ent)
938
{
939
return storage->exist(ent);
940
}
941
942
int sugoiS_components_enabled(sugoi_storage_t* storage, sugoi_entity_t ent, const sugoi_type_set_t* types)
943
{
Callers
1
main.cpp
File · 0.85
Calls
1
exist
Method · 0.80
Tested by
no test coverage detected