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

Function trace_span_suspend_may_free_

common/trace.c:456–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void trace_span_suspend_may_free_(const void *key, const char *lbl)
457{
458 if (disable_trace)
459 return;
460 trace_span_suspend_(key, lbl);
461 tal_add_destructor(key, destroy_trace_span);
462}
463
464void trace_span_resume_(const void *key, const char *lbl)
465{

Callers

nothing calls this directly

Calls 1

trace_span_suspend_Function · 0.85

Tested by

no test coverage detected