MCPcopy Create free account
hub / github.com/RsyncProject/rsync / child_main

Function child_main

main.c:1250–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1248
1249
1250int child_main(int argc, char *argv[])
1251{
1252 start_server(STDIN_FILENO, STDOUT_FILENO, argc, argv);
1253 return 0;
1254}
1255
1256
1257void start_server(int f_in, int f_out, int argc, char *argv[])

Callers 1

local_childFunction · 0.85

Calls 1

start_serverFunction · 0.85

Tested by

no test coverage detected