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

Method Report

coderd/telemetry/telemetry.go:136–138  ·  view source on GitHub ↗
(snapshot *Snapshot)

Source from the content-addressed store, hash-verified

134}
135
136func (r *remoteReporter) Report(snapshot *Snapshot) {
137 go r.reportSync(snapshot)
138}
139
140func (r *remoteReporter) reportSync(snapshot *Snapshot) {
141 snapshot.DeploymentID = r.options.DeploymentID

Callers

nothing calls this directly

Calls 1

reportSyncMethod · 0.95

Tested by

no test coverage detected