MCPcopy 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
16static inline void broadcastable_init(struct broadcastable *bcast)
17{
18 bcast->index = 0;
19}
20#endif /* LIGHTNING_GOSSIPD_BROADCAST_H */

Callers 3

new_nodeFunction · 0.85
init_half_chanFunction · 0.85
new_chanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected