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

Function channel_unsaved

lightningd/channel.h:462–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462static inline bool channel_unsaved(const struct channel *channel)
463{
464 return channel->state == DUALOPEND_OPEN_INIT
465 && channel->dbid == 0;
466}
467
468static inline bool channel_pre_open(const struct channel *channel)
469{

Callers 15

json_listfundsFunction · 0.85
channel_err_brokenFunction · 0.85
peer_restart_dualopendFunction · 0.85
peer_any_unsaved_channelFunction · 0.85
channel_internal_errorFunction · 0.85
peer_channels_cleanupFunction · 0.85
channel_errmsgFunction · 0.85
json_add_peerFunction · 0.85
setup_peerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected