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

Function restore_cache_bottom

unpack-trees.c:723–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721static int find_cache_pos(struct traverse_info *, const char *p, size_t len);
722
723static void restore_cache_bottom(struct traverse_info *info, int bottom)
724{
725 struct unpack_trees_options *o = info->data;
726
727 if (o->diff_index_cached)
728 return;
729 o->internal.cache_bottom = bottom;
730}
731
732static int switch_cache_bottom(struct traverse_info *info)
733{

Callers 1

traverse_trees_recursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected