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

Method Enabled

coderd/telemetry/telemetry.go:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (r *remoteReporter) Enabled() bool {
133 return !r.options.Disabled
134}
135
136func (r *remoteReporter) Report(snapshot *Snapshot) {
137 go r.reportSync(snapshot)

Callers 2

CloseMethod · 0.95
runSnapshotterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected