MCPcopy Index your code
hub / github.com/git/git / packet_buf_write

Function packet_buf_write

pkt-line.c:288–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void packet_buf_write(struct strbuf *buf, const char *fmt, ...)
289{
290 va_list args;
291
292 va_start(args, fmt);
293 format_packet(buf, "", fmt, args);
294 va_end(args);
295}
296
297int write_packetized_from_fd_no_flush(int fd_in, int fd_out)
298{

Callers 15

send_filterFunction · 0.85
find_commonFunction · 0.85
add_shallow_requestsFunction · 0.85
add_wantsFunction · 0.85
add_commonFunction · 0.85
add_havesFunction · 0.85
send_fetch_requestFunction · 0.85
negotiate_using_fetchFunction · 0.85
fetch_gitFunction · 0.85
push_gitFunction · 0.85

Calls 1

format_packetFunction · 0.85

Tested by

no test coverage detected