Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ finish_pager
Function
finish_pager
pager.c:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
static void finish_pager(void)
32
{
33
fflush(stdout);
34
fflush(stderr);
35
close_pager_fds();
36
finish_command(&pager_process);
37
}
38
39
static void wait_for_pager_atexit(void)
40
{
Callers
2
wait_for_pager_atexit
Function · 0.85
wait_for_pager
Function · 0.85
Calls
2
close_pager_fds
Function · 0.85
finish_command
Function · 0.85
Tested by
no test coverage detected