MCPcopy Index your code
hub / github.com/google/go-github / Option

FuncType Option

otel/transport.go:112–112  ·  view source on GitHub ↗

Option applies configuration to Transport.

func(*Transport)

Source from the content-addressed store, hash-verified

110
111// Option applies configuration to Transport.
112type Option func(*Transport)
113
114// WithTracerProvider configures the TracerProvider.
115func WithTracerProvider(tp trace.TracerProvider) Option {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…