MCPcopy 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
853void 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_objectsFunction · 0.85
do_backfillFunction · 0.85

Calls 1

clear_pattern_listFunction · 0.85

Tested by

no test coverage detected