Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Wrappers
Method
Wrappers
coderd/database/dbmetrics/dbmetrics.go:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
func
(m metricsStore) Wrappers() []string {
69
return
append(m.Store.Wrappers(), wrapname)
70
}
71
72
func
(m metricsStore) InTx(f
func
(database.Store) error, options *database.TxOptions) error {
73
if
options == nil {
Callers
nothing calls this directly
Calls
1
Wrappers
Method · 0.65
Tested by
no test coverage detected