MCPcopy Create free account
hub / github.com/plotly/dash / paths

Function paths

dash/dash-renderer/src/reducers/paths.js:5–10  ·  view source on GitHub ↗
(state = initialPaths, action)

Source from the content-addressed store, hash-verified

3const initialPaths = {strs: {}, objs: {}};
4
5const paths = (state = initialPaths, action) => {
6 if (action.type === getAction('SET_PATHS')) {
7 return action.payload;
8 }
9 return state;
10};
11
12export default paths;

Callers

nothing calls this directly

Calls 1

getActionFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…