Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
void walker_free(struct walker *walker)
357
{
358
walker->cleanup(walker);
359
free(walker);
360
}
Callers
2
fetch_dumb
Function · 0.85
fetch_using_walker
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected