MCPcopy 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
68func (m metricsStore) Wrappers() []string {
69 return append(m.Store.Wrappers(), wrapname)
70}
71
72func (m metricsStore) InTx(f func(database.Store) error, options *database.TxOptions) error {
73 if options == nil {

Callers

nothing calls this directly

Calls 1

WrappersMethod · 0.65

Tested by

no test coverage detected