MCPcopy Create free account
hub / github.com/coder/coder / Driver

Method Driver

coderd/database/awsiamrds/awsiamrds.go:128–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126}
127
128func (*connector) Driver() driver.Driver {
129 return &pq.Driver{}
130}
131
132func (c *connector) Dialer(dialer pq.Dialer) {
133 c.dialer = dialer

Callers 1

RegisterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected