MCPcopy 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
122void packet_buf_flush(struct strbuf *buf)
123{
124 packet_trace("0000", 4, 1);
125 strbuf_add(buf, "0000", 4);
126}
127
128void packet_buf_delim(struct strbuf *buf)
129{

Callers 8

find_commonFunction · 0.85
send_fetch_requestFunction · 0.85
negotiate_using_fetchFunction · 0.85
fetch_gitFunction · 0.85
push_gitFunction · 0.85
send_packFunction · 0.85
reportFunction · 0.85
report_v2Function · 0.85

Calls 2

packet_traceFunction · 0.85
strbuf_addFunction · 0.85

Tested by

no test coverage detected