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

Function plugin_err

plugins/libplugin.c:1365–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365void NORETURN plugin_err(struct plugin *p, const char *fmt, ...)
1366{
1367 va_list ap;
1368
1369 va_start(ap, fmt);
1370 plugin_errv(p, fmt, ap);
1371 va_end(ap);
1372}
1373
1374void plugin_log(struct plugin *p, enum log_level l, const char *fmt, ...)
1375{

Callers 15

add_amount_sentFunction · 0.70
bcli_failureFunction · 0.70
bcli_finishedFunction · 0.70
next_bcliFunction · 0.70
bitcoind_failureFunction · 0.70
wait_and_check_bitcoindFunction · 0.70
init_gossmapFunction · 0.70
path_to_nodeFunction · 0.70
use_reply_pathFunction · 0.70
force_payer_secretFunction · 0.70

Calls 1

plugin_errvFunction · 0.85

Tested by

no test coverage detected