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

Function chanbackup

plugins/chanbackup.c:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78};
79
80static struct chanbackup *chanbackup(struct plugin *plugin)
81{
82 return plugin_get_data(plugin, struct chanbackup);
83}
84
85/* Must not already exist in map! */
86static struct peer_backup *add_to_backup_map(struct chanbackup *cb,

Callers 8

remove_peerFunction · 0.70
write_scbFunction · 0.70
decrypt_scbFunction · 0.70
send_peers_scbFunction · 0.70
send_to_peersFunction · 0.70
json_state_changedFunction · 0.70
peer_connectedFunction · 0.70
handle_your_peer_storageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected