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

Function log_prefix_drop

lightningd/log.c:77–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77static void log_prefix_drop(struct log_prefix *lp)
78{
79 if (--lp->refcnt == 0)
80 tal_free(lp);
81}
82
83static struct log_prefix *log_prefix_get(struct log_prefix *lp)
84{

Callers 1

delete_entryFunction · 0.85

Calls 1

tal_freeFunction · 0.85

Tested by

no test coverage detected