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

Method close

site/src/utils/reconnectingWebSocket.ts:66–66  ·  view source on GitHub ↗
(...args: unknown[])

Source from the content-addressed store, hash-verified

64interface Closable {
65 addEventListener(event: string, handler: (...args: unknown[]) => void): void;
66 close(...args: unknown[]): void;
67}
68
69/**

Implementers 2

WebSocketsite/src/testHelpers/storybook.tsx
OneWayWebSocketsite/src/utils/OneWayWebSocket.ts

Calls

no outgoing calls