| 99 | [[nodiscard]] Long capacity () const { return GetParticleTile().capacity(); } |
| 100 | |
| 101 | [[nodiscard]] int GetLevel () const { return m_level; } |
| 102 | |
| 103 | [[nodiscard]] std::pair<int, int> GetPairIndex () const { return std::make_pair(this->index(), this->LocalTileIndex()); } |
| 104 |
no outgoing calls
no test coverage detected