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

Function plugin_log

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

Generated stub for plugin_log */

Source from the content-addressed store, hash-verified

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(); }
208/* Generated stub for plugin_notification_end */
209void plugin_notification_end(struct plugin *plugin UNNEEDED,
210 struct json_stream *stream TAKES UNNEEDED)

Callers 15

mfc_cleanup_Function · 0.50
mfc_fail_completeFunction · 0.50
mfc_err_raw_completeFunction · 0.50
mfc_forward_errorFunction · 0.50
mfc_finished_completeFunction · 0.50
after_sendpsbtFunction · 0.50
after_signpsbtFunction · 0.50
perform_signpsbtFunction · 0.50
fundchannel_complete_okFunction · 0.50
fundchannel_complete_errFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected