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

Function nonstale_queue_put_dedup

commit-reach.c:81–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static void nonstale_queue_put_dedup(struct nonstale_queue *queue,
82 struct commit *c)
83{
84 if (c->object.flags & ENQUEUED)
85 return;
86 c->object.flags |= ENQUEUED;
87 nonstale_queue_put(queue, c);
88}
89
90static struct commit *nonstale_queue_get_dedup(struct nonstale_queue *queue)
91{

Callers 1

paint_down_to_commonFunction · 0.85

Calls 1

nonstale_queue_putFunction · 0.85

Tested by

no test coverage detected