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

Function strvec_pushv

strvec.c:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void strvec_pushv(struct strvec *array, const char **items)
54{
55 for (; *items; items++)
56 strvec_push(array, *items);
57}
58
59void strvec_splice(struct strvec *array, size_t idx, size_t len,
60 const char **replacement, size_t replacement_len)

Callers 15

get_packFunction · 0.85
grab_describe_valuesFunction · 0.85
get_next_submoduleFunction · 0.85
fetch_submodulesFunction · 0.85
prepare_git_cmdFunction · 0.85
finish_http_pack_requestFunction · 0.85
run_shellFunction · 0.85
rpc_serviceFunction · 0.85
read_patchesFunction · 0.85
check_connectedFunction · 0.85
setup_revisionsFunction · 0.85
handle_aliasFunction · 0.85

Calls 1

strvec_pushFunction · 0.85

Tested by 7

test_strvec__pushvFunction · 0.68
parallel_nextFunction · 0.68
quote_stress_testFunction · 0.68
cmd__run_commandFunction · 0.68
cmd__subprocessFunction · 0.68
ut_004childFunction · 0.68
ut_400ancestryFunction · 0.68