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

Function WithSerialRetryCount

coderd/database/db.go:51–55  ·  view source on GitHub ↗
(count int)

Source from the content-addressed store, hash-verified

49}
50
51func WithSerialRetryCount(count int) func(*sqlQuerier) {
52 return func(q *sqlQuerier) {
53 q.serialRetryCount = count
54 }
55}
56
57// New creates a new database store using a SQL database connection.
58func New(sdb *sql.DB, opts ...func(*sqlQuerier)) Store {

Callers 1

NewDBFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected