MCPcopy Create free account
hub / github.com/apache/trafficserver / dir_bucket_row

Function dir_bucket_row

src/traffic_cache_tool/CacheDefs.h:426–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

dir_init_segmentMethod · 0.70
init_dirMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected