MCPcopy 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
107void 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
114int packet_flush_gently(int fd)
115{

Callers 2

post_rpcFunction · 0.85
send_split_sidebandFunction · 0.85

Calls 3

packet_traceFunction · 0.85
write_in_fullFunction · 0.85
die_errnoFunction · 0.85

Tested by 1

send_split_sidebandFunction · 0.68