Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
static inline bool entry_is_valid(uintptr_t e)
60
{
61
return e > HTABLE_DELETED;
62
}
63
64
static 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_common
Function · 0.85
ht_add
Function · 0.85
double_table
Function · 0.85
htable_add_
Function · 0.85
htable_delval_
Function · 0.85
perfect
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected