MCPcopy Create free account
hub / github.com/coder/coder / fakeTracer

Struct fakeTracer

coderd/tracing/httpmw_test.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22type noopTracer = noop.Tracer
23
24type fakeTracer struct {
25 noop.TracerProvider
26 noopTracer
27 startCalled atomic.Int64
28}
29
30var (
31 _ trace.TracerProvider = &fakeTracer{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected