Returns the dimensions of the tile.
| 54 | |
| 55 | // Returns the dimensions of the tile. |
| 56 | absl::Span<const int64> dimensions() const { return dimensions_; } |
| 57 | |
| 58 | Tile& add_dimensions(int64 value) { |
| 59 | dimensions_.push_back(value); |
no outgoing calls
no test coverage detected