Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/git/git
/ remove_tempfiles_on_exit
Function
remove_tempfiles_on_exit
tempfile.c:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
static void remove_tempfiles_on_exit(void)
91
{
92
remove_tempfiles(0);
93
}
94
95
static void remove_tempfiles_on_signal(int signo)
96
{
Callers
nothing calls this directly
Calls
1
remove_tempfiles
Function · 0.85
Tested by
no test coverage detected