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

Function new_channel_event

plugins/bkpr/test/run-sql.c:20–28  ·  view source on GitHub ↗

Generated stub for new_channel_event */

Source from the content-addressed store, hash-verified

18{ fprintf(stderr, "find_blockheight called!\n"); abort(); }
19/* Generated stub for new_channel_event */
20struct channel_event *new_channel_event(const tal_t *ctx UNNEEDED,
21 const char *tag UNNEEDED,
22 struct amount_msat credit UNNEEDED,
23 struct amount_msat debit UNNEEDED,
24 struct amount_msat fees UNNEEDED,
25 const struct sha256 *payment_id TAKES UNNEEDED,
26 u32 part_id UNNEEDED,
27 u64 timestamp UNNEEDED)
28{ fprintf(stderr, "new_channel_event called!\n"); abort(); }
29/* AUTOGENERATED MOCKS END */
30
31int main(int argc, char *argv[])

Callers 1

channel_eventsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected