Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ fetch_negotiator_init_noop
Function
fetch_negotiator_init_noop
fetch-negotiator.c:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void fetch_negotiator_init_noop(struct fetch_negotiator *negotiator)
28
{
29
noop_negotiator_init(negotiator);
30
}
Callers
2
do_fetch_pack
Function · 0.85
do_fetch_pack_v2
Function · 0.85
Calls
1
noop_negotiator_init
Function · 0.85
Tested by
no test coverage detected