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

Function get_trace_prefix

pkt-line.c:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21static const char *get_trace_prefix(void)
22{
23 return in_async() ? "sideband" : packet_trace_prefix;
24}
25
26static int packet_trace_pack(const char *buf, unsigned int len, int sideband)
27{

Callers 1

packet_traceFunction · 0.85

Calls 1

in_asyncFunction · 0.85

Tested by

no test coverage detected