MCPcopy 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
31static void finish_pager(void)
32{
33 fflush(stdout);
34 fflush(stderr);
35 close_pager_fds();
36 finish_command(&pager_process);
37}
38
39static void wait_for_pager_atexit(void)
40{

Callers 2

wait_for_pager_atexitFunction · 0.85
wait_for_pagerFunction · 0.85

Calls 2

close_pager_fdsFunction · 0.85
finish_commandFunction · 0.85

Tested by

no test coverage detected