MCPcopy Index your code
hub / github.com/plotly/dash / disconnectWebSocket

Function disconnectWebSocket

dash/dash-renderer/src/observers/websocketObserver.ts:285–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 * Disconnect from the WebSocket.
284 */
285export function disconnectWebSocket(): void {
286 const workerClient = getWorkerClient();
287 workerClient.disconnect();
288}

Callers 1

AppProviderFunction · 0.90

Calls 2

getWorkerClientFunction · 0.90
disconnectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…