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

Function fromwire_status_fail

lightningd/test/run-shuffle_fds.c:67–68  ·  view source on GitHub ↗

Generated stub for fromwire_status_fail */

Source from the content-addressed store, hash-verified

65{ fprintf(stderr, "fromwire_node_id called!\n"); abort(); }
66/* Generated stub for fromwire_status_fail */
67bool fromwire_status_fail(const tal_t *ctx UNNEEDED, const void *p UNNEEDED, enum status_failreason *failreason UNNEEDED, wirestring **desc UNNEEDED)
68{ fprintf(stderr, "fromwire_status_fail called!\n"); abort(); }
69/* Generated stub for fromwire_status_peer_billboard */
70bool fromwire_status_peer_billboard(const tal_t *ctx UNNEEDED, const void *p UNNEEDED, bool *perm UNNEEDED, wirestring **happenings UNNEEDED)
71{ fprintf(stderr, "fromwire_status_peer_billboard called!\n"); abort(); }

Callers 1

log_status_failFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected