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

Function getRendererIds

@plotly/dash-websocket-worker/src/worker.ts:65–67  ·  view source on GitHub ↗

* Get all registered renderer IDs.

()

Source from the content-addressed store, hash-verified

63 * Get all registered renderer IDs.
64 */
65function getRendererIds(): string[] {
66 return Array.from(rendererIds);
67}
68
69/**
70 * Handle new connection from a renderer (browser tab).

Callers 1

worker.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…