Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ path_walk_info_clear
Function
path_walk_info_clear
path-walk.c:853–859 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
851
}
852
853
void path_walk_info_clear(struct path_walk_info *info)
854
{
855
if (info->pl) {
856
clear_pattern_list(info->pl);
857
free(info->pl);
858
}
859
}
Callers
3
structure_count_objects
Function · 0.85
do_backfill
Function · 0.85
get_object_list_path_walk
Function · 0.85
Calls
1
clear_pattern_list
Function · 0.85
Tested by
no test coverage detected