MCPcopy 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
128void packet_buf_delim(struct strbuf *buf)
129{
130 packet_trace("0001", 4, 1);
131 strbuf_add(buf, "0001", 4);
132}
133
134void set_packet_header(char *buf, int size)
135{

Callers 1

Calls 2

packet_traceFunction · 0.85
strbuf_addFunction · 0.85

Tested by

no test coverage detected