| 201 | ~DiskChunkCache(); |
| 202 | |
| 203 | sqlite3 *handle() { return hDB_; } |
| 204 | std::unique_ptr<SQLiteStatement> prepare(const char *sql); |
| 205 | bool move_to_head(sqlite3_int64 chunk_id); |
| 206 | bool move_to_tail(sqlite3_int64 chunk_id); |
no outgoing calls
no test coverage detected