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

Function trace_verbatim

trace.c:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void trace_verbatim(struct trace_key *key, const void *buf, unsigned len)
136{
137 if (!trace_want(key))
138 return;
139 trace_write(key, buf, len);
140}
141
142static void print_trace_line(struct trace_key *key, struct strbuf *buf)
143{

Callers 1

packet_trace_packFunction · 0.85

Calls 2

trace_wantFunction · 0.85
trace_writeFunction · 0.85

Tested by

no test coverage detected