MCPcopy 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
74func (m queryMetricsStore) Wrappers() []string {
75 return append(m.s.Wrappers(), wrapname)
76}
77
78func (m queryMetricsStore) Ping(ctx context.Context) (time.Duration, error) {
79 start := time.Now()

Callers

nothing calls this directly

Calls 1

WrappersMethod · 0.65

Tested by

no test coverage detected