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

Function log_has_trace_logging

lightningd/log.c:587–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585}
586
587bool log_has_trace_logging(const struct logger *log)
588{
589 return print_level(log->log_book, log->prefix, log->default_node_id, NULL) < LOG_DBG;
590}
591
592static void destroy_node_id_cache(struct node_id_cache *nc, struct log_book *log_book)
593{

Callers 1

new_subdFunction · 0.70

Calls 1

print_levelFunction · 0.85

Tested by

no test coverage detected