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

Function bwatch_of

plugins/bwatch/bwatch.c:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include <plugins/bwatch/bwatch_wiregen.h>
13
14struct bwatch *bwatch_of(struct plugin *plugin)
15{
16 return plugin_get_data(plugin, struct bwatch);
17}
18
19/*
20 * ============================================================================

Callers 15

poll_finishedFunction · 0.85
handle_blockFunction · 0.85
getchaininfo_doneFunction · 0.85
bwatch_poll_chainFunction · 0.85
rescan_block_doneFunction · 0.85
initFunction · 0.85
block_processed_ackFunction · 0.85
block_processed_errFunction · 0.85
chaininfo_ackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected