MCPcopy 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
841bool ECS::verify_system_id(godex::system_id p_id) {
842 return systems.size() > p_id;
843}
844
845int ECS::get_dispatchers_count() {
846 return dispatcher_count;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected