Get a reference to the underlying database.
(&self)
| 209 | |
| 210 | /// Get a reference to the underlying database. |
| 211 | pub(crate) fn db(&self) -> &Database { |
| 212 | &self.db |
| 213 | } |
| 214 | |
| 215 | // ── Write Operations ─────────────────────────────────────────── |
| 216 |
no outgoing calls
no test coverage detected