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

Function plugin_err

plugins/bkpr/test/run-recorder.c:76–77  ·  view source on GitHub ↗

Generated stub for plugin_err */

Source from the content-addressed store, hash-verified

74{ fprintf(stderr, "json_add_currencyrate called!\n"); abort(); }
75/* Generated stub for plugin_err */
76void plugin_err(struct plugin *p UNNEEDED, const char *fmt UNNEEDED, ...)
77{ fprintf(stderr, "plugin_err called!\n"); abort(); }
78/* Generated stub for plugin_log */
79void plugin_log(struct plugin *p UNNEEDED, enum log_level l UNNEEDED, const char *fmt UNNEEDED, ...)
80{ fprintf(stderr, "plugin_log called!\n"); abort(); }

Callers 12

account_get_credit_debitFunction · 0.50
insert_chain_fees_diffFunction · 0.50
init_onchain_feesFunction · 0.50
getblockheight_doneFunction · 0.50
do_list_balancesFunction · 0.50
parse_and_log_chain_moveFunction · 0.50
json_utxo_depositFunction · 0.50
json_utxo_spendFunction · 0.50
init_accountsFunction · 0.50
block_processed_ackFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected