Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/lightning
/ log_prefix_get
Function
log_prefix_get
lightningd/log.c:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
static struct log_prefix *log_prefix_get(struct log_prefix *lp)
84
{
85
assert(lp->refcnt);
86
lp->refcnt++;
87
return lp;
88
}
89
90
/* Avoids duplicate node_id entries. */
91
struct node_id_cache {
Callers
1
new_log_entry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected