MCPcopy Create free account
hub / github.com/git/git / print_trace_line

Function print_trace_line

trace.c:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static void print_trace_line(struct trace_key *key, struct strbuf *buf)
143{
144 strbuf_complete_line(buf);
145 trace_write(key, buf->buf, buf->len);
146}
147
148static void trace_vprintf_fl(const char *file, int line, struct trace_key *key,
149 const char *format, va_list ap)

Callers 4

trace_vprintf_flFunction · 0.85
trace_argv_vprintf_flFunction · 0.85
trace_strbuf_flFunction · 0.85

Calls 2

strbuf_complete_lineFunction · 0.85
trace_writeFunction · 0.85

Tested by

no test coverage detected