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

Function trace_key

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

* Convert the pointer to a context object to a numeric key. */

Source from the content-addressed store, hash-verified

240 * Convert the pointer to a context object to a numeric key.
241 */
242static size_t trace_key(const void *key) { return (size_t)key; }
243
244static struct span *trace_span_find(size_t key)
245{

Callers 7

trace_inject_traceparentFunction · 0.85
trace_span_start_Function · 0.85
trace_span_endFunction · 0.85
trace_span_tagFunction · 0.85
trace_span_suspend_Function · 0.85
destroy_trace_spanFunction · 0.85
trace_span_resume_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected