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

Function gossmap_chan_is_localmod

common/gossmap.c:1456–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1454}
1455
1456bool gossmap_chan_is_localmod(const struct gossmap *map,
1457 const struct gossmap_chan *c)
1458{
1459 return c->cann_off >= map->map_size;
1460}
1461
1462bool gossmap_chan_is_dying(const struct gossmap *map,
1463 const struct gossmap_chan *c)

Callers 7

mainFunction · 0.85
mainFunction · 0.85
can_carry_onionmsgFunction · 0.85
json_add_halfchanFunction · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.68
mainFunction · 0.68