MCPcopy Create free account
hub / github.com/git/git / release_delta_base_cache

Function release_delta_base_cache

packfile.c:1537–1541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1535}
1536
1537static inline void release_delta_base_cache(struct delta_base_cache_entry *ent)
1538{
1539 free(ent->data);
1540 detach_delta_base_cache_entry(ent);
1541}
1542
1543void clear_delta_base_cache(void)
1544{

Callers 2

clear_delta_base_cacheFunction · 0.85
add_delta_base_cacheFunction · 0.85

Calls 1

Tested by

no test coverage detected