MCPcopy Create free account
hub / github.com/git/git / reset_topo_walk

Function reset_topo_walk

revision.c:3832–3836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3830}
3831
3832static void reset_topo_walk(struct rev_info *revs)
3833{
3834 release_revisions_topo_walk_info(revs->topo_walk_info);
3835 revs->topo_walk_info = NULL;
3836}
3837
3838static void init_topo_walk(struct rev_info *revs)
3839{

Callers 1

init_topo_walkFunction · 0.85

Calls 1

Tested by

no test coverage detected