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

Function plugin_err

plugins/renepay/test/run-mcf.c:66–67  ·  view source on GitHub ↗

Generated stub for plugin_err */

Source from the content-addressed store, hash-verified

64struct pay_plugin *pay_plugin;
65/* Generated stub for plugin_err */
66void plugin_err(struct plugin *p UNNEEDED, const char *fmt UNNEEDED, ...)
67{ fprintf(stderr, "plugin_err called!\n"); abort(); }
68/* Generated stub for plugin_log */
69void plugin_log(struct plugin *p UNNEEDED, enum log_level l UNNEEDED, const char *fmt UNNEEDED, ...)
70{ fprintf(stderr, "plugin_log called!\n"); abort(); }

Callers 15

routefail_startFunction · 0.50
payment_feesFunction · 0.50
initFunction · 0.50
route_get_payment_verifyFunction · 0.50
route_failure_registerFunction · 0.50
route_pending_registerFunction · 0.50
payment_collect_resultsFunction · 0.50
payment_continueFunction · 0.50
getmychannels_cbFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected