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

Function newFakeStatsDest

agent/stats_internal_test.go:216–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214}
215
216func newFakeStatsDest() *fakeStatsDest {
217 return &fakeStatsDest{
218 reqs: make(chan *proto.UpdateStatsRequest),
219 resps: make(chan *proto.UpdateStatsResponse),
220 }
221}

Callers 1

TestStatsReporterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected