Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
static void close_pager_fds(void)
24
{
25
/* signal EOF to pager */
26
close(1);
27
if (old_fd2 != -1)
28
close(2);
29
}
30
31
static void finish_pager(void)
32
{
Callers
2
finish_pager
Function · 0.85
wait_for_pager_signal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected