MCPcopy 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
90static void remove_tempfiles_on_exit(void)
91{
92 remove_tempfiles(0);
93}
94
95static void remove_tempfiles_on_signal(int signo)
96{

Callers

nothing calls this directly

Calls 1

remove_tempfilesFunction · 0.85

Tested by

no test coverage detected