Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GodotECS/godex
/ verify_component_id
Method
verify_component_id
ecs.cpp:1122–1124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1120
}
1121
1122
bool ECS::verify_component_id(uint32_t p_component_id) {
1123
return components.size() > p_component_id;
1124
}
1125
1126
StorageBase *ECS::create_storage(uint32_t p_component_id) {
1127
#ifdef DEBUG_ENABLED
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected