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

Function log_level_name

lightningd/test/run-jsonrpc.c:52–53  ·  view source on GitHub ↗

Generated stub for log_level_name */

Source from the content-addressed store, hash-verified

50{ fprintf(stderr, "log_io called!\n"); abort(); }
51/* Generated stub for log_level_name */
52const char *log_level_name(enum log_level level UNNEEDED)
53{ fprintf(stderr, "log_level_name called!\n"); abort(); }
54/* Generated stub for new_log */
55struct log *new_log(const tal_t *ctx UNNEEDED, struct log_book *record UNNEEDED,
56 const struct node_id *default_node_id UNNEEDED,

Callers 3

json_add_opt_log_levelsFunction · 0.50
show_log_levelFunction · 0.50
json_notify_fmtFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected