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

Method Connected

codersdk/workspacesdk/dialer.go:191–193  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189}
190
191func (w *WebsocketDialer) Connected() <-chan error {
192 return w.connected
193}
194
195func NewWebsocketDialer(
196 logger slog.Logger, u *url.URL, websocketOptions *websocket.DialOptions,

Callers 2

NewConnMethod · 0.95
DialAgentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected