MCPcopy Index your code
hub / github.com/git/git / nonstale_queue_get_dedup

Function nonstale_queue_get_dedup

commit-reach.c:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90static struct commit *nonstale_queue_get_dedup(struct nonstale_queue *queue)
91{
92 struct commit *commit = nonstale_queue_get(queue);
93
94 if (commit)
95 commit->object.flags &= ~ENQUEUED;
96 return commit;
97}
98
99/* all input commits in one and twos[] must have been parsed! */
100static int paint_down_to_common(struct repository *r,

Callers 1

paint_down_to_commonFunction · 0.85

Calls 1

nonstale_queue_getFunction · 0.85

Tested by

no test coverage detected