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

Function rev_info_commit_list_to_queue

revision.c:3967–3971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3965}
3966
3967void rev_info_commit_list_to_queue(struct rev_info *revs)
3968{
3969 while (revs->commits)
3970 prio_queue_put(&revs->commit_queue, pop_commit(&revs->commits));
3971}
3972
3973
3974int prepare_revision_walk(struct rev_info *revs)

Callers 1

get_revision_1Function · 0.85

Calls 2

prio_queue_putFunction · 0.85
pop_commitFunction · 0.85

Tested by

no test coverage detected