MCPcopy Create free account
hub / github.com/GodotECS/godex / QueryStorage

Method QueryStorage

iterators/query.h:506–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504template <std::size_t I, class... Cs>
505struct QueryStorage {
506 QueryStorage(World *p_world) {}
507 void set_world_notification_active(bool p_active) {}
508 void initiate_process(World *p_world) {}
509 void conclude_process(World *p_world) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected