Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
168
static bool child_alive(struct ptr_valid_batch *batch)
169
{
170
return batch->child_pid != 0;
171
}
172
173
static void run_child(int infd, int outfd)
174
{
Callers
2
check_with_child
Function · 0.85
ptr_valid_batch_end
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected