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

Function layer_created

plugins/askrene/layer.c:1335–1338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1333}
1334
1335bool layer_created(const struct layer *layer, struct short_channel_id scid)
1336{
1337 return local_channel_hash_get(layer->local_channels, scid);
1338}
1339
1340bool layer_disables_chan(const struct layer *layer,
1341 const struct short_channel_id_dir *scidd)

Callers 1

describe_capacityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected