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

Function plugin_notify_message

plugins/test/run-route-calc.c:114–118  ·  view source on GitHub ↗

Generated stub for plugin_notify_message */

Source from the content-addressed store, hash-verified

112{ fprintf(stderr, "plugin_notification_start_obs called!\n"); abort(); }
113/* Generated stub for plugin_notify_message */
114void plugin_notify_message(struct command *cmd UNNEEDED,
115 enum log_level level UNNEEDED,
116 const char *fmt UNNEEDED, ...)
117
118{ fprintf(stderr, "plugin_notify_message called!\n"); abort(); }
119/* Generated stub for send_outreq */
120struct command_result *send_outreq(const struct out_req *req UNNEEDED)
121{ fprintf(stderr, "send_outreq called!\n"); abort(); }

Callers 2

cmd_logFunction · 0.50
payment_logFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected