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

Function packet_trace_identity

pkt-line.c:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14static struct trace_key trace_pack = TRACE_KEY_INIT(PACKFILE);
15
16void packet_trace_identity(const char *prog)
17{
18 packet_trace_prefix = xstrdup(prog);
19}
20
21static const char *get_trace_prefix(void)
22{

Callers 8

cmd_fetch_packFunction · 0.85
cmd_upload_packFunction · 0.85
cmd_pushFunction · 0.85
cmd_receive_packFunction · 0.85
cmd_ls_remoteFunction · 0.85
cmd_fetchFunction · 0.85
cmd_cloneFunction · 0.85
cmd_bundleFunction · 0.85

Calls 1

xstrdupFunction · 0.85

Tested by

no test coverage detected