Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ init
Function
init
coderd/tracing/util.go:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
var
NoopSpan trace.Span
14
15
func
init() {
16
tracer := trace.NewNoopTracerProvider().Tracer(
""
)
17
_, NoopSpan = tracer.Start(context.Background(),
""
)
18
}
19
20
const
TracerName =
"coderd"
21
Callers
nothing calls this directly
Calls
2
Tracer
Method · 0.80
Start
Method · 0.65
Tested by
no test coverage detected