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

Function string_list_find_insert_index

string-list.c:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94size_t string_list_find_insert_index(const struct string_list *list, const char *string,
95 bool *exact_match)
96{
97 return get_entry_index(list, string, exact_match);
98}
99
100struct string_list_item *string_list_lookup(struct string_list *list, const char *string)
101{

Callers 3

lookup_prefixFunction · 0.85
find_descendant_refFunction · 0.85
find_uniqueFunction · 0.85

Calls 1

get_entry_indexFunction · 0.85

Tested by

no test coverage detected