| 261 | } |
| 262 | |
| 263 | static inline struct chan * |
| 264 | get_channel(const struct routing_state *rstate, |
| 265 | const struct short_channel_id *scid) |
| 266 | { |
| 267 | return uintmap_get(&rstate->chanmap, scid->u64); |
| 268 | } |
| 269 | |
| 270 | struct routing_state *new_routing_state(const tal_t *ctx, |
| 271 | const struct node_id *local_id, |
no outgoing calls
no test coverage detected