MCPcopy Create free account
hub / github.com/ElementsProject/lightning / child_alive

Function child_alive

ccan/ccan/ptr_valid/ptr_valid.c:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168static bool child_alive(struct ptr_valid_batch *batch)
169{
170 return batch->child_pid != 0;
171}
172
173static void run_child(int infd, int outfd)
174{

Callers 2

check_with_childFunction · 0.85
ptr_valid_batch_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected