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

Function _parse

dash/dash-renderer/src/persistence.js:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97const UNDEFINED = 'U';
98const _parse = val => (val === UNDEFINED ? undefined : JSON.parse(val || null));
99const _stringify = val => (val === undefined ? UNDEFINED : JSON.stringify(val));
100
101class WebStore {

Callers 2

getItemMethod · 0.85
getItemMethod · 0.85

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…