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

Function merge_queue_into_prio_queue

revision.c:4056–4061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4054}
4055
4056static void merge_queue_into_prio_queue(struct prio_queue *from,
4057 struct prio_queue *to)
4058{
4059 while (from->nr)
4060 prio_queue_put(to, prio_queue_get(from));
4061}
4062
4063static enum rewrite_result rewrite_one(struct rev_info *revs, struct commit **pp)
4064{

Callers 1

rewrite_oneFunction · 0.85

Calls 2

prio_queue_putFunction · 0.85
prio_queue_getFunction · 0.85

Tested by

no test coverage detected