Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
static void log_prefix_drop(struct log_prefix *lp)
78
{
79
if (--lp->refcnt == 0)
80
tal_free(lp);
81
}
82
83
static struct log_prefix *log_prefix_get(struct log_prefix *lp)
84
{
Callers
1
delete_entry
Function · 0.85
Calls
1
tal_free
Function · 0.85
Tested by
no test coverage detected