MCPcopy Create free account
hub / github.com/ElementsProject/lightning / gossmap_node_announced

Function gossmap_node_announced

common/gossmap.h:186–189  ·  view source on GitHub ↗

Do we have a node_announcement for this onde ? */

Source from the content-addressed store, hash-verified

184
185/* Do we have a node_announcement for this onde ? */
186static 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. */
192u8 *gossmap_node_get_announce(const tal_t *ctx,

Callers 9

remove_channelFunction · 0.85
get_unannounced_nodesFunction · 0.85
nodeannounce_query_doneFunction · 0.85
remove_nodeFunction · 0.85
node_announcementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected