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

Function string_list_split_in_place

string-list.c:372–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372int string_list_split_in_place(struct string_list *list, char *string,
373 const char *delim, int maxsplit)
374{
375 return split_string(list, string, delim, maxsplit, 1, 0);
376}
377
378int string_list_split_f(struct string_list *list, const char *string,
379 const char *delim, int maxsplit, unsigned flags)

Callers 8

parse_dirstat_paramsFunction · 0.85
cmd__pack_deltasFunction · 0.85
cmd__string_listFunction · 0.85
create_snapshotFunction · 0.85
packed_fsck_ref_headerFunction · 0.85
get_schedule_cmdFunction · 0.85
add_gpgsig_to_commitFunction · 0.85

Calls 1

split_stringFunction · 0.85

Tested by 2

cmd__pack_deltasFunction · 0.68
cmd__string_listFunction · 0.68