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

Function plugin_log

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

Generated stub for plugin_log */

Source from the content-addressed store, hash-verified

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(); }
71/* Generated stub for plugin_notify_message */
72void plugin_notify_message(struct command *cmd UNNEEDED,
73 enum log_level level UNNEEDED,

Callers 15

payment_noteFunction · 0.50
initFunction · 0.50
payment_startFunction · 0.50
payment_collect_resultsFunction · 0.50
sendonion_failFunction · 0.50
payment_continueFunction · 0.50
refreshgossmap_cbFunction · 0.50
add_hintchanFunction · 0.50
routehints_doneFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected