Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
void 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
107
void packet_response_end(int fd)
108
{
Callers
6
relay_pack_data
Function · 0.85
send_shallow_info
Function · 0.85
get_remote_bundle_uri
Function · 0.85
get_remote_refs
Function · 0.85
packet_writer_delim
Function · 0.85
pack_line
Function · 0.85
Calls
3
packet_trace
Function · 0.85
write_in_full
Function · 0.85
die_errno
Function · 0.85
Tested by
1
pack_line
Function · 0.68