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

Function destroy_log_book

lightningd/log.c:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481static void destroy_log_book(struct log_book *log)
482{
483 while (ringbuf_used(log) > 0)
484 del_front_log(log);
485}
486
487struct log_book *new_log_book(struct lightningd *ld)
488{

Callers

nothing calls this directly

Calls 2

ringbuf_usedFunction · 0.85
del_front_logFunction · 0.85

Tested by

no test coverage detected