MCPcopy Create free account
hub / github.com/apache/datafusion / get_tracer

Function get_tracer

datafusion/common-runtime/src/trace_utils.rs:101–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99/// registered.
100#[inline]
101fn get_tracer() -> &'static dyn JoinSetTracer {
102 GLOBAL_TRACER.get().copied().unwrap_or(&NOOP_TRACER)
103}
104
105/// Set the custom tracer for both futures and blocking closures.
106///

Callers 2

trace_futureFunction · 0.85
trace_blockFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…