Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
216
func
newFakeStatsDest() *fakeStatsDest {
217
return
&fakeStatsDest{
218
reqs: make(
chan
*proto.UpdateStatsRequest),
219
resps: make(
chan
*proto.UpdateStatsResponse),
220
}
221
}
Callers
1
TestStatsReporter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected