| 796 | } |
| 797 | |
| 798 | static struct pending_cannouncement * |
| 799 | find_pending_cannouncement(struct routing_state *rstate, |
| 800 | const struct short_channel_id *scid) |
| 801 | { |
| 802 | struct pending_cannouncement *pann; |
| 803 | |
| 804 | pann = pending_cannouncement_map_get(&rstate->pending_cannouncements, scid); |
| 805 | |
| 806 | return pann; |
| 807 | } |
| 808 | |
| 809 | static void destroy_pending_cannouncement(struct pending_cannouncement *pending, |
| 810 | struct routing_state *rstate) |
no outgoing calls
no test coverage detected