Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
void child_process_clear(struct child_process *child)
28
{
29
strvec_clear(&child->args);
30
strvec_clear(&child->env);
31
}
32
33
struct child_to_clean {
34
pid_t pid;
Callers
15
repack_promisor_objects
Function · 0.85
has_unreachable
Function · 0.85
git_connect
Function · 0.85
format_commit_one
Function · 0.85
get_commons_through_negotiation
Function · 0.85
write_pack_data
Function · 0.85
start_command
Function · 0.85
finish_command
Function · 0.85
pp_cleanup
Function · 0.85
start_bg_command
Function · 0.85
check_dead_children
Function · 0.85
cmd__run_command
Function · 0.85
Calls
1
strvec_clear
Function · 0.85
Tested by
1
cmd__run_command
Function · 0.68