MCPcopy Index your code
hub / github.com/git/git / in_delta_base_cache

Function in_delta_base_cache

packfile.c:1502–1505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500}
1501
1502static int in_delta_base_cache(struct packed_git *p, off_t base_offset)
1503{
1504 return !!get_delta_base_cache_entry(p, base_offset);
1505}
1506
1507/*
1508 * Remove the entry from the cache, but do _not_ free the associated

Callers 1

add_delta_base_cacheFunction · 0.85

Calls 1

Tested by

no test coverage detected