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

Function getStores

dash/dash-renderer/src/utils/stores.ts:1–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function getStores() {
2 const stores = ((window as any).dash_stores =
3 (window as any).dash_stores || []);
4 return stores;
5}

Callers 2

getLayoutFunction · 0.90
set_propsFunction · 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…