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

Struct fakeStatsDest

agent/stats_internal_test.go:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196type fakeStatsDest struct {
197 reqs chan *proto.UpdateStatsRequest
198 resps chan *proto.UpdateStatsResponse
199}
200
201func (f *fakeStatsDest) UpdateStats(ctx context.Context, req *proto.UpdateStatsRequest) (*proto.UpdateStatsResponse, error) {
202 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected