Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ WithURL
Function
WithURL
coderd/database/dbtestutil/db.go:57–61 ·
view source on GitHub ↗
(u string)
Source
from the content-addressed store, hash-verified
55
}
56
57
func
WithURL(u string) Option {
58
return
func
(o *options) {
59
o.url = u
60
}
61
}
62
63
func
withReturnSQLDB(f
func
(*sql.DB)) Option {
64
return
func
(o *options) {
Callers
3
TestServer
Function · 0.92
TestServer_ExternalAuthGitHubDefaultProvider
Function · 0.92
TestPGCoordinatorDual_FailedHeartbeat
Function · 0.92
Calls
no outgoing calls
Tested by
3
TestServer
Function · 0.74
TestServer_ExternalAuthGitHubDefaultProvider
Function · 0.74
TestPGCoordinatorDual_FailedHeartbeat
Function · 0.74