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

Struct sqlQuerier

coderd/database/db.go:116–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116type sqlQuerier struct {
117 sdb *sqlx.DB
118 db DBTX
119
120 // serialRetryCount is the number of times to retry a transaction
121 // if it fails with a serialization error.
122 serialRetryCount int
123}
124
125func (*sqlQuerier) Wrappers() []string {
126 return []string{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected