Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Wrappers
Method
Wrappers
coderd/database/dbmetrics/querymetrics.go:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
func
(m queryMetricsStore) Wrappers() []string {
75
return
append(m.s.Wrappers(), wrapname)
76
}
77
78
func
(m queryMetricsStore) Ping(ctx context.Context) (time.Duration, error) {
79
start := time.Now()
Callers
nothing calls this directly
Calls
1
Wrappers
Method · 0.65
Tested by
no test coverage detected