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:221–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
219
}
220
221
static struct log_prefix *log_prefix_get(struct log_prefix *lp)
222
{
223
assert(lp->refcnt);
224
lp->refcnt++;
225
return lp;
226
}
227
228
/* Avoids duplicate node_id entries. */
229
struct node_id_cache {
Callers
1
init_log_hdr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected