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

Function insert_no_dup

commit-reach.c:1092–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090static struct bit_arrays bit_arrays;
1091
1092static void insert_no_dup(struct nonstale_queue *queue, struct commit *c)
1093{
1094 if (c->object.flags & PARENT2)
1095 return;
1096 nonstale_queue_put(queue, c);
1097 c->object.flags |= PARENT2;
1098}
1099
1100static struct bitmap *get_bit_array(struct commit *c, int width)
1101{

Callers 1

ahead_behindFunction · 0.85

Calls 1

nonstale_queue_putFunction · 0.85

Tested by

no test coverage detected