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

Function walker_free

walker.c:356–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void walker_free(struct walker *walker)
357{
358 walker->cleanup(walker);
359 free(walker);
360}

Callers 2

fetch_dumbFunction · 0.85
fetch_using_walkerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected