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

Function localmod_is_local_chan

common/gossmap.c:1007–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005};
1006
1007static bool localmod_is_local_chan(const struct localmod *mod)
1008{
1009 return mod->local_off != 0xFFFFFFFFFFFFFFFFULL;
1010}
1011
1012struct gossmap_localmods {
1013 struct localmod *mods;

Callers 1

gossmap_apply_localmodsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected