Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ tmp_objdir_discard_objects
Function
tmp_objdir_discard_objects
tmp-objdir.c:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
void tmp_objdir_discard_objects(struct tmp_objdir *t)
82
{
83
remove_dir_recursively(&t->path, REMOVE_DIR_KEEP_TOPLEVEL);
84
}
85
86
/*
87
* These env_* functions are for setting up the child environment; the
Callers
1
do_remerge_diff
Function · 0.85
Calls
1
remove_dir_recursively
Function · 0.85
Tested by
no test coverage detected