| 49 | } |
| 50 | |
| 51 | uint64_t GetStart() const { return m_start; } |
| 52 | uint64_t GetEnd() const { return m_end; } |
| 53 | const vector<T>& GetItems() const { return m_items; } |
| 54 | vector<T>& GetMutableItems() { return m_items; } |
no outgoing calls
no test coverage detected