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

Function child_process_init

run-command.c:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19#include "compat/nonblock.h"
20
21void child_process_init(struct child_process *child)
22{
23 struct child_process blank = CHILD_PROCESS_INIT;
24 memcpy(child, &blank, sizeof(*child));
25}
26
27void child_process_clear(struct child_process *child)
28{

Callers 15

git_proxy_connectFunction · 0.85
git_connectFunction · 0.85
get_next_submoduleFunction · 0.85
submodule_move_headFunction · 0.85
setup_workersFunction · 0.85
pp_initFunction · 0.85
pp_collect_finishedFunction · 0.85
run_column_filterFunction · 0.85
setup_pagerFunction · 0.85
remote_default_branchFunction · 0.85
get_helperFunction · 0.85
get_importerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected