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

Function clear_mailmap

mailmap.c:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240void clear_mailmap(struct string_list *map)
241{
242 map->strdup_strings = 1;
243 string_list_clear_func(map, free_mailmap_entry);
244}
245
246/*
247 * Look for an entry in map that match string[0:len]; string[len]

Callers 3

cmd_check_mailmapFunction · 0.85
shortlog_outputFunction · 0.85

Calls 1

string_list_clear_funcFunction · 0.85

Tested by

no test coverage detected