Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ ptr_valid_batch_end
Function
ptr_valid_batch_end
ccan/ccan/ptr_valid/ptr_valid.c:339–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
337
}
338
339
void ptr_valid_batch_end(struct ptr_valid_batch *batch)
340
{
341
if (child_alive(batch))
342
finish_child(batch);
343
free(batch->maps);
344
}
Callers
4
ptr_valid
Function · 0.85
ptr_valid_string
Function · 0.85
check_batch
Function · 0.85
main
Function · 0.85
Calls
2
child_alive
Function · 0.85
finish_child
Function · 0.85
Tested by
2
check_batch
Function · 0.68
main
Function · 0.68