Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
55
func
NewDriver() *Driver {
56
return
&Driver{
57
Connections: make(
chan
driver.Conn, 1),
58
}
59
}
60
61
func
(d *Driver) Connector(name string) (driver.Connector, error) {
62
return
&Connector{
Callers
1
TestPGPubsubDriver
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestPGPubsubDriver
Function · 0.74