Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ remove_tmp_objdir
Function
remove_tmp_objdir
tmp-objdir.c:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
static void remove_tmp_objdir(void)
77
{
78
tmp_objdir_destroy(the_tmp_objdir);
79
}
80
81
void tmp_objdir_discard_objects(struct tmp_objdir *t)
82
{
Callers
nothing calls this directly
Calls
1
tmp_objdir_destroy
Function · 0.85
Tested by
no test coverage detected