Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ packet_buf_delim
Function
packet_buf_delim
pkt-line.c:128–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
126
}
127
128
void packet_buf_delim(struct strbuf *buf)
129
{
130
packet_trace(
"0001"
, 4, 1);
131
strbuf_add(buf,
"0001"
, 4);
132
}
133
134
void set_packet_header(char *buf, int size)
135
{
Callers
1
write_fetch_command_and_capabilities
Function · 0.85
Calls
2
packet_trace
Function · 0.85
strbuf_add
Function · 0.85
Tested by
no test coverage detected