Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
export
function
getStores() {
2
const
stores = ((window as any).dash_stores =
3
(window as any).dash_stores || []);
4
return
stores;
5
}
Callers
2
getLayout
Function · 0.90
set_props
Function · 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…