MCPcopy Index your code
hub / github.com/coder/coder / WithDisableDirectConnections

Function WithDisableDirectConnections

codersdk/client.go:727–731  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

725}
726
727func WithDisableDirectConnections() ClientOption {
728 return func(c *Client) {
729 c.DisableDirectConnections = true
730 }
731}
732
733func WithDERPTLSConfig(cfg *tls.Config) ClientOption {
734 return func(c *Client) {

Callers 2

InitClientMethod · 0.92
TryInitClientMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected