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

Method Close

coderd/workspaceagentsrpc.go:227–229  ·  view source on GitHub ↗
(websocket.StatusCode, string)

Source from the content-addressed store, hash-verified

225}
226
227func (y *yamuxPingerCloser) Close(websocket.StatusCode, string) error {
228 return y.mux.Close()
229}
230
231func (y *yamuxPingerCloser) Ping(ctx context.Context) error {
232 errCh := make(chan error, 1)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected