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

Function plugin_err

plugins/test/run-route-overlong.c:203–204  ·  view source on GitHub ↗

Generated stub for plugin_err */

Source from the content-addressed store, hash-verified

201{ fprintf(stderr, "notleak_ called!\n"); abort(); }
202/* Generated stub for plugin_err */
203void plugin_err(struct plugin *p UNNEEDED, const char *fmt UNNEEDED, ...)
204{ fprintf(stderr, "plugin_err called!\n"); abort(); }
205/* Generated stub for plugin_log */
206void plugin_log(struct plugin *p UNNEEDED, enum log_level l UNNEEDED, const char *fmt UNNEEDED, ...)
207{ fprintf(stderr, "plugin_log called!\n"); abort(); }

Callers 15

fundchannel_get_resultFunction · 0.50
fail_destination_tokFunction · 0.50
after_sendpsbtFunction · 0.50
after_signpsbtFunction · 0.50
fundchannel_complete_okFunction · 0.50
fundchannel_start_okFunction · 0.50
after_newaddrFunction · 0.50
handle_mfc_changeFunction · 0.50
after_fundpsbtFunction · 0.50
connect_okFunction · 0.50
openchannel_signed_okFunction · 0.50
json_peer_sigsFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected