| 77 | } |
| 78 | |
| 79 | void DynamicQuery::reset() { |
| 80 | valid = true; |
| 81 | can_change = true; |
| 82 | elements.reset(); |
| 83 | world = nullptr; |
| 84 | } |
| 85 | |
| 86 | uint32_t DynamicQuery::access_count() const { |
| 87 | return elements.size(); |
nothing calls this directly
no outgoing calls
no test coverage detected