| 111 | }; |
| 112 | |
| 113 | static struct unupdated_channel * |
| 114 | get_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 | |
| 120 | static void destroy_unupdated_channel(struct unupdated_channel *uc, |
| 121 | struct routing_state *rstate) |
no outgoing calls
no test coverage detected