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

Function log_prefix_drop

lightningd/log.c:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171static void log_prefix_drop(struct log_prefix *lp)
172{
173 if (--lp->refcnt == 0)
174 tal_free(lp);
175}
176
177/* Returns in-place, but copies if it has to. Updates *off. */
178static bool get_log_entry(const tal_t *ctx,

Callers 1

del_front_logFunction · 0.85

Calls 1

tal_freeFunction · 0.85

Tested by

no test coverage detected