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

Function getStore

dash/dash-renderer/src/persistence.js:257–262  ·  view source on GitHub ↗
(type, dispatch)

Source from the content-addressed store, hash-verified

255}
256
257function getStore(type, dispatch) {
258 if (!stores[type]) {
259 stores[type] = tryGetWebStore(backEnds[type], dispatch);
260 }
261 return stores[type];
262}
263
264const noopTransform = {
265 extract: propValue => propValue,

Callers 3

recordUiEditFunction · 0.85
persistenceModsFunction · 0.85
prunePersistenceFunction · 0.85

Calls 1

tryGetWebStoreFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…