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

Function new_logger

wallet/test/run-db.c:280–283  ·  view source on GitHub ↗

Generated stub for new_logger */

Source from the content-addressed store, hash-verified

278{ fprintf(stderr, "new_inflight called!\n"); abort(); }
279/* Generated stub for new_logger */
280struct logger *new_logger(const tal_t *ctx UNNEEDED, struct log_book *record UNNEEDED,
281 const struct node_id *default_node_id UNNEEDED,
282 const char *fmt UNNEEDED, ...)
283{ fprintf(stderr, "new_logger called!\n"); abort(); }
284/* Generated stub for new_peer */
285struct peer *new_peer(struct lightningd *ld UNNEEDED, u64 dbid UNNEEDED,
286 const struct node_id *id UNNEEDED,

Callers 1

wallet_newFunction · 0.50

Calls 1

abortFunction · 0.85

Tested by

no test coverage detected