MCPcopy 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
194func cachePromMetricName(metric string) string {
195 return "coderd_file_cache_" + metric
196}
197
198func TestConcurrency(t *testing.T) {
199 t.Parallel()

Callers 2

TestConcurrencyFunction · 0.85
TestReleaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected