Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ cachePromMetricName
Function
cachePromMetricName
coderd/files/cache_test.go:194–196 ·
view source on GitHub ↗
(metric string)
Source
from the content-addressed store, hash-verified
192
}
193
194
func
cachePromMetricName(metric string) string {
195
return
"coderd_file_cache_"
+ metric
196
}
197
198
func
TestConcurrency(t *testing.T) {
199
t.Parallel()
Callers
2
TestConcurrency
Function · 0.85
TestRelease
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected