Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ chan2ptrint
Function
chan2ptrint
common/gossmap.c:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
static ptrint_t *chan2ptrint(const struct gossmap_chan *chan)
235
{
236
return int2ptr(chan - map->chan_arr + 2);
237
}
238
239
static struct gossmap_node *ptrint2node(const ptrint_t *pidx)
240
{
Callers
2
new_channel
Function · 0.85
gossmap_remove_chan
Function · 0.85
Calls
1
int2ptr
Function · 0.85
Tested by
no test coverage detected