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

Function noop_negotiator_init

negotiator/noop.c:43–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void noop_negotiator_init(struct fetch_negotiator *negotiator)
44{
45 negotiator->known_common = known_common;
46 negotiator->add_tip = add_tip;
47 negotiator->next = next;
48 negotiator->ack = ack;
49 negotiator->have_sent = have_sent;
50 negotiator->release = release;
51 negotiator->data = NULL;
52}

Callers 2

fetch_negotiator_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected