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

Function NewDriver

coderd/database/dbtestutil/driver.go:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func NewDriver() *Driver {
56 return &Driver{
57 Connections: make(chan driver.Conn, 1),
58 }
59}
60
61func (d *Driver) Connector(name string) (driver.Connector, error) {
62 return &Connector{

Callers 1

TestPGPubsubDriverFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestPGPubsubDriverFunction · 0.74