| 258 | } |
| 259 | |
| 260 | static struct pending_cannounce *map_get(struct cannounce_map *map, |
| 261 | struct short_channel_id scid) |
| 262 | { |
| 263 | return uintmap_get(&map->map, scid.u64); |
| 264 | } |
| 265 | |
| 266 | /* Does any channel_announcement preceed this offset in the gossip_store? */ |
| 267 | static bool any_cannounce_preceeds_offset(struct gossmap *gossmap, |
no outgoing calls
no test coverage detected