A local channel can exist which isn't announced: we abuse timestamp * to indicate this. */
| 68 | /* A local channel can exist which isn't announced: we abuse timestamp |
| 69 | * to indicate this. */ |
| 70 | static inline bool is_chan_public(const struct chan *chan) |
| 71 | { |
| 72 | return chan->bcast.timestamp != 0; |
| 73 | } |
| 74 | |
| 75 | static inline bool is_halfchan_defined(const struct half_chan *hc) |
| 76 | { |
no outgoing calls
no test coverage detected