Returns the pages storing the physical rows of this table.
(&self)
| 2399 | |
| 2400 | /// Returns the pages storing the physical rows of this table. |
| 2401 | fn pages(&self) -> &Pages { |
| 2402 | &self.inner.pages |
| 2403 | } |
| 2404 | |
| 2405 | /// Iterates over each [`Page`] in this table, ensuring that its hash is computed before yielding it. |
| 2406 | /// |
no outgoing calls
no test coverage detected