| 424 | } |
| 425 | |
| 426 | inline CacheDirEntry * |
| 427 | dir_bucket_row(CacheDirEntry *b, int64_t i) |
| 428 | { |
| 429 | return dir_in_seg(b, i); |
| 430 | } |
| 431 | |
| 432 | inline int64_t |
| 433 | dir_to_offset(const CacheDirEntry *d, const CacheDirEntry *seg) |
no outgoing calls
no test coverage detected