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

Struct fakeCoderConnectDialer

cli/ssh_test.go:2446–2446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444}
2445
2446type fakeCoderConnectDialer struct{}
2447
2448func (*fakeCoderConnectDialer) DialContext(ctx context.Context, network, addr string) (net.Conn, error) {
2449 return nil, xerrors.Errorf("dial coder connect host %q over %s", addr, network)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected