MCPcopy Index your code
hub / github.com/coder/coder / Ping

Method Ping

coderd/database/dbauthz/dbauthz.go:1149–1151  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

1147}
1148
1149func (q *querier) Ping(ctx context.Context) (time.Duration, error) {
1150 return q.db.Ping(ctx)
1151}
1152
1153func (q *querier) PGLocks(ctx context.Context) (database.PGLocks, error) {
1154 return q.db.PGLocks(ctx)

Callers

nothing calls this directly

Calls 1

PingMethod · 0.65

Tested by

no test coverage detected