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

Function child_process_clear

run-command.c:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void child_process_clear(struct child_process *child)
28{
29 strvec_clear(&child->args);
30 strvec_clear(&child->env);
31}
32
33struct child_to_clean {
34 pid_t pid;

Callers 15

repack_promisor_objectsFunction · 0.85
has_unreachableFunction · 0.85
git_connectFunction · 0.85
format_commit_oneFunction · 0.85
write_pack_dataFunction · 0.85
start_commandFunction · 0.85
finish_commandFunction · 0.85
pp_cleanupFunction · 0.85
start_bg_commandFunction · 0.85
check_dead_childrenFunction · 0.85
cmd__run_commandFunction · 0.85

Calls 1

strvec_clearFunction · 0.85

Tested by 1

cmd__run_commandFunction · 0.68