| 491 | } |
| 492 | |
| 493 | static inline bool channel_has(const struct channel *channel, int f) |
| 494 | { |
| 495 | return channel_type_has(channel->type, f); |
| 496 | } |
| 497 | |
| 498 | /** |
| 499 | * Either returns the short_channel_id if it is known or the local alias. |
no test coverage detected