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

Function node_id_to_hexstr

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

Generated stub for node_id_to_hexstr */

Source from the content-addressed store, hash-verified

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(); }
87/* Generated stub for notify_warning */
88void notify_warning(struct lightningd *ld UNNEEDED, struct log_entry *l UNNEEDED)
89{ fprintf(stderr, "notify_warning called!\n"); abort(); }

Callers 2

log_to_filesFunction · 0.50
filter_levelFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected