Do we have any values for this halfchannel ? */
| 116 | |
| 117 | /* Do we have any values for this halfchannel ? */ |
| 118 | static inline bool gossmap_chan_set(const struct gossmap_chan *chan, int dir) |
| 119 | { |
| 120 | return chan->cupdate_off[dir] != 0; |
| 121 | } |
| 122 | |
| 123 | /* Return capacity if it's known (fails only on race condition, or a local mod) */ |
| 124 | bool gossmap_chan_get_capacity(const struct gossmap *map, |
no outgoing calls