MCPcopy Index your code
hub / github.com/coder/coder / NewNoop

Function NewNoop

coderd/telemetry/telemetry.go:103–105  ·  view source on GitHub ↗

NewNoop creates a new telemetry reporter that entirely discards all requests.

()

Source from the content-addressed store, hash-verified

101
102// NewNoop creates a new telemetry reporter that entirely discards all requests.
103func NewNoop() Reporter {
104 return &noopReporter{}
105}
106
107// Reporter sends data to the telemetry server.
108type Reporter interface {

Callers 11

NewOptionsFunction · 0.92
setupFunction · 0.92
ServerMethod · 0.92
TestInjectionFunction · 0.92
TestCachingFunction · 0.92
TestServingFilesFunction · 0.92
TestServingBinFunction · 0.92

Calls

no outgoing calls

Tested by 9

setupFunction · 0.74
TestInjectionFunction · 0.74
TestCachingFunction · 0.74
TestServingFilesFunction · 0.74
TestServingBinFunction · 0.74