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

Function string_list_split

string-list.c:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366int string_list_split(struct string_list *list, const char *string,
367 const char *delim, int maxsplit)
368{
369 return split_string(list, string, delim, maxsplit, 0, 0);
370}
371
372int string_list_split_in_place(struct string_list *list, char *string,
373 const char *delim, int maxsplit)

Callers 15

fetch_pack_configFunction · 0.85
remote_ref_atom_parserFunction · 0.85
align_atom_parserFunction · 0.85
process_argsFunction · 0.85
protocol_allow_listFunction · 0.85
process_ref_v2Function · 0.85
format_tracking_infoFunction · 0.85
abbrev_oid_in_lineFunction · 0.85

Calls 1

split_stringFunction · 0.85

Tested by 2

parse_flagsFunction · 0.68
cmd__path_utilsFunction · 0.68