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

Function get_unupdated_channel

gossipd/routing.c:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111};
112
113static struct unupdated_channel *
114get_unupdated_channel(const struct routing_state *rstate,
115 const struct short_channel_id *scid)
116{
117 return uintmap_get(&rstate->unupdated_chanmap, scid->u64);
118}
119
120static void destroy_unupdated_channel(struct unupdated_channel *uc,
121 struct routing_state *rstate)

Callers 3

get_channel_ownerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected