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

Function getWorkerClient

dash/dash-renderer/src/utils/workerClient.ts:346–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344 * Get the singleton WorkerClient instance.
345 */
346export function getWorkerClient(): WorkerClient {
347 if (!workerClientInstance) {
348 workerClientInstance = new WorkerClient();
349 }
350 return workerClientInstance;
351}
352
353/**
354 * Check if WebSocket callbacks are globally enabled and supported.

Callers 3

handleWebsocketCallbackFunction · 0.90
initializeWebSocketFunction · 0.90
disconnectWebSocketFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…