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

Function withCoderAccessURL

enterprise/aibridgeproxyd/aibridgeproxyd_test.go:173–177  ·  view source on GitHub ↗
(coderAccessURL string)

Source from the content-addressed store, hash-verified

171}
172
173func withCoderAccessURL(coderAccessURL string) testProxyOption {
174 return func(cfg *testProxyConfig) {
175 cfg.coderAccessURL = coderAccessURL
176 }
177}
178
179func withCertStore(store *aibridgeproxyd.CertCache) testProxyOption {
180 return func(cfg *testProxyConfig) {

Calls

no outgoing calls

Tested by

no test coverage detected