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

Function log_level_parse

lightningd/test/run-log-pruning.c:81–83  ·  view source on GitHub ↗

Generated stub for log_level_parse */

Source from the content-addressed store, hash-verified

79{ fprintf(stderr, "log_level_name called!\n"); abort(); }
80/* Generated stub for log_level_parse */
81bool log_level_parse(const char *levelstr UNNEEDED, size_t len UNNEEDED,
82 enum log_level *level UNNEEDED)
83{ fprintf(stderr, "log_level_parse called!\n"); abort(); }
84/* Generated stub for node_id_to_hexstr */
85char *node_id_to_hexstr(const tal_t *ctx UNNEEDED, const struct node_id *id UNNEEDED)
86{ fprintf(stderr, "node_id_to_hexstr called!\n"); abort(); }

Callers 3

plugin_log_handleFunction · 0.50
opt_log_levelFunction · 0.50
param_loglevelFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected