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

Function chanidx_id

common/gossmap.c:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static struct short_channel_id chanidx_id(const ptrint_t *pidx)
250{
251 return gossmap_chan_scid(map, ptrint2chan(pidx));
252}
253
254static struct node_id nodeidx_id(const ptrint_t *pidx)
255{

Callers 1

chanidx_eq_idFunction · 0.85

Calls 2

gossmap_chan_scidFunction · 0.85
ptrint2chanFunction · 0.85

Tested by

no test coverage detected