MCPcopy 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
38struct 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

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
check_childrenFunction · 0.85
mainFunction · 0.85
timer_list_checkFunction · 0.85
check_nodeFunction · 0.85

Calls 1

list_check_nodeFunction · 0.85

Tested by 7

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
check_childrenFunction · 0.68
mainFunction · 0.68