Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
static const char *get_trace_prefix(void)
22
{
23
return in_async() ?
"sideband"
: packet_trace_prefix;
24
}
25
26
static int packet_trace_pack(const char *buf, unsigned int len, int sideband)
27
{
Callers
1
packet_trace
Function · 0.85
Calls
1
in_async
Function · 0.85
Tested by
no test coverage detected