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

Method PGLocks

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

Source from the content-addressed store, hash-verified

1151}
1152
1153func (q *querier) PGLocks(ctx context.Context) (database.PGLocks, error) {
1154 return q.db.PGLocks(ctx)
1155}
1156
1157// InTx runs the given function in a transaction.
1158func (q *querier) InTx(function func(querier database.Store) error, txOpts *database.TxOptions) error {

Callers

nothing calls this directly

Calls 1

PGLocksMethod · 0.65

Tested by

no test coverage detected