| 223 | ~DiskChunkCache(); |
| 224 | |
| 225 | sqlite3 *handle() { return hDB_; } |
| 226 | std::unique_ptr<SQLiteStatement> prepare(const char *sql); |
| 227 | bool move_to_head(sqlite3_int64 chunk_id); |
| 228 | bool move_to_tail(sqlite3_int64 chunk_id); |
no outgoing calls
no test coverage detected