MCPcopy 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
27void fetch_negotiator_init_noop(struct fetch_negotiator *negotiator)
28{
29 noop_negotiator_init(negotiator);
30}

Callers 2

do_fetch_packFunction · 0.85
do_fetch_pack_v2Function · 0.85

Calls 1

noop_negotiator_initFunction · 0.85

Tested by

no test coverage detected