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

Function string_list_init_dup

string-list.c:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10void string_list_init_dup(struct string_list *list)
11{
12 struct string_list blank = STRING_LIST_INIT_DUP;
13 memcpy(list, &blank, sizeof(*list));
14}
15
16/* if there is no exact match, point to the index where the entry could be
17 * inserted */

Callers 15

populate_remote_urlsFunction · 0.85
configset_add_valueFunction · 0.85
path_msgFunction · 0.85
trailers_atom_parserFunction · 0.85
transport_getFunction · 0.85
push_levelFunction · 0.85
init_display_notesFunction · 0.85
cmd_mainFunction · 0.85
write_archiveFunction · 0.85
make_remoteFunction · 0.85
hook_config_lookup_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected