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

Function WithURL

coderd/database/dbtestutil/db.go:57–61  ·  view source on GitHub ↗
(u string)

Source from the content-addressed store, hash-verified

55}
56
57func WithURL(u string) Option {
58 return func(o *options) {
59 o.url = u
60 }
61}
62
63func withReturnSQLDB(f func(*sql.DB)) Option {
64 return func(o *options) {

Calls

no outgoing calls