MCPcopy Create free account
hub / github.com/git/git / close_pager_fds

Function close_pager_fds

pager.c:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23static void close_pager_fds(void)
24{
25 /* signal EOF to pager */
26 close(1);
27 if (old_fd2 != -1)
28 close(2);
29}
30
31static void finish_pager(void)
32{

Callers 2

finish_pagerFunction · 0.85
wait_for_pager_signalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected