Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
func
(*connector) Driver() driver.Driver {
129
return
&pq.Driver{}
130
}
131
132
func
(c *connector) Dialer(dialer pq.Dialer) {
133
c.dialer = dialer
Callers
1
Register
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected