Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ broadcastable_init
Function
broadcastable_init
gossipd/broadcast.h:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
};
15
16
static inline void broadcastable_init(struct broadcastable *bcast)
17
{
18
bcast->index = 0;
19
}
20
#endif /* LIGHTNING_GOSSIPD_BROADCAST_H */
Callers
3
new_node
Function · 0.85
init_half_chan
Function · 0.85
new_chan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected