Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GodotECS/godex
/ verify_system_id
Method
verify_system_id
ecs.cpp:841–843 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
839
}
840
841
bool ECS::verify_system_id(godex::system_id p_id) {
842
return systems.size() > p_id;
843
}
844
845
int ECS::get_dispatchers_count() {
846
return dispatcher_count;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected