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

Method Connector

coderd/database/dbtestutil/driver.go:61–66  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

59}
60
61func (d *Driver) Connector(name string) (driver.Connector, error) {
62 return &Connector{
63 name: name,
64 driver: d,
65 }, nil
66}
67
68func (d *Driver) Open(name string) (driver.Conn, error) {
69 c, err := d.Connector(name)

Callers 2

OpenMethod · 0.95
TestPGPubsubDriverFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestPGPubsubDriverFunction · 0.76