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

Function packet_delim

pkt-line.c:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void packet_delim(int fd)
101{
102 packet_trace("0001", 4, 1);
103 if (write_in_full(fd, "0001", 4) < 0)
104 die_errno(_("unable to write delim packet"));
105}
106
107void packet_response_end(int fd)
108{

Callers 6

relay_pack_dataFunction · 0.85
send_shallow_infoFunction · 0.85
get_remote_bundle_uriFunction · 0.85
get_remote_refsFunction · 0.85
packet_writer_delimFunction · 0.85
pack_lineFunction · 0.85

Calls 3

packet_traceFunction · 0.85
write_in_fullFunction · 0.85
die_errnoFunction · 0.85

Tested by 1

pack_lineFunction · 0.68