Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ list_check
Function
list_check
ccan/ccan/list/list.c:38–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
struct list_head *list_check(const struct list_head *h, const char *abortstr)
39
{
40
if (!list_check_node(&h->n, abortstr))
41
return NULL;
42
return (struct list_head *)h;
43
}
Callers
9
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
check_children
Function · 0.85
main
Function · 0.85
timer_list_check
Function · 0.85
check_node
Function · 0.85
Calls
1
list_check_node
Function · 0.85
Tested by
7
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
main
Function · 0.68
check_children
Function · 0.68
main
Function · 0.68