Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ ptrint2node
Function
ptrint2node
common/gossmap.c:213–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
static struct gossmap_node *ptrint2node(const ptrint_t *pidx)
214
{
215
return map->node_arr + ptr2int(pidx) - 2;
216
}
217
218
static ptrint_t *node2ptrint(const struct gossmap_node *node)
219
{
Callers
2
nodeidx_id
Function · 0.85
gossmap_find_node
Function · 0.85
Calls
1
ptr2int
Function · 0.85
Tested by
no test coverage detected