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

Function _stringify

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

Source from the content-addressed store, hash-verified

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 {
102 constructor(backEnd) {

Callers 2

_setItemMethod · 0.85
setItemMethod · 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…