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

Function clear_nonstale_queue

commit-reach.c:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75static void clear_nonstale_queue(struct nonstale_queue *queue)
76{
77 clear_prio_queue(&queue->pq);
78 queue->max_nonstale = NULL;
79}
80
81static void nonstale_queue_put_dedup(struct nonstale_queue *queue,
82 struct commit *c)

Callers 2

paint_down_to_commonFunction · 0.85
ahead_behindFunction · 0.85

Calls 1

clear_prio_queueFunction · 0.85

Tested by

no test coverage detected