MCPcopy 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
221static 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. */
229struct node_id_cache {

Callers 1

init_log_hdrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected