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

Function getFinal

dash/dash-renderer/src/persistence.js:472–473  ·  view source on GitHub ↗
(propName, prevVal)

Source from the content-addressed store, hash-verified

470 } = getProps(layout);
471
472 const getFinal = (propName, prevVal) =>
473 propName in newProps ? newProps[propName] : prevVal;
474 const finalPersistence = getFinal('persistence', persistence);
475
476 if (!canPersist || !(persistence || finalPersistence)) {

Callers 1

prunePersistenceFunction · 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…