Do we have a node_announcement for this onde ? */
| 184 | |
| 185 | /* Do we have a node_announcement for this onde ? */ |
| 186 | static inline bool gossmap_node_announced(const struct gossmap_node *node) |
| 187 | { |
| 188 | return node->nann_off != 0; |
| 189 | } |
| 190 | |
| 191 | /* Get the announcement msg (if any) for this node. */ |
| 192 | u8 *gossmap_node_get_announce(const tal_t *ctx, |
no outgoing calls
no test coverage detected