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

Function entry_is_valid

ccan/ccan/htable/htable.c:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59static inline bool entry_is_valid(uintptr_t e)
60{
61 return e > HTABLE_DELETED;
62}
63
64static inline uintptr_t ht_perfect_mask(const struct htable *ht)
65{

Callers 9

htable_first_Function · 0.85
htable_next_Function · 0.85
htable_prev_Function · 0.85
fixup_table_commonFunction · 0.85
ht_addFunction · 0.85
double_tableFunction · 0.85
htable_add_Function · 0.85
htable_delval_Function · 0.85
perfectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected