Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ packet_buf_flush
Function
packet_buf_flush
pkt-line.c:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void packet_buf_flush(struct strbuf *buf)
123
{
124
packet_trace(
"0000"
, 4, 1);
125
strbuf_add(buf,
"0000"
, 4);
126
}
127
128
void packet_buf_delim(struct strbuf *buf)
129
{
Callers
8
find_common
Function · 0.85
send_fetch_request
Function · 0.85
negotiate_using_fetch
Function · 0.85
fetch_git
Function · 0.85
push_git
Function · 0.85
send_pack
Function · 0.85
report
Function · 0.85
report_v2
Function · 0.85
Calls
2
packet_trace
Function · 0.85
strbuf_add
Function · 0.85
Tested by
no test coverage detected