Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ wait_for_pager_atexit
Function
wait_for_pager_atexit
pager.c:39–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
static void wait_for_pager_atexit(void)
40
{
41
if (old_fd1 == -1)
42
return;
43
44
finish_pager();
45
}
46
47
void wait_for_pager(void)
48
{
Callers
nothing calls this directly
Calls
1
finish_pager
Function · 0.85
Tested by
no test coverage detected