Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ packet_response_end
Function
packet_response_end
pkt-line.c:107–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
}
106
107
void packet_response_end(int fd)
108
{
109
packet_trace(
"0002"
, 4, 1);
110
if (write_in_full(fd,
"0002"
, 4) < 0)
111
die_errno(_(
"unable to write response end packet"
));
112
}
113
114
int packet_flush_gently(int fd)
115
{
Callers
2
post_rpc
Function · 0.85
send_split_sideband
Function · 0.85
Calls
3
packet_trace
Function · 0.85
write_in_full
Function · 0.85
die_errno
Function · 0.85
Tested by
1
send_split_sideband
Function · 0.68