Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
97
const
UNDEFINED =
'U'
;
98
const
_parse = val => (val === UNDEFINED ? undefined : JSON.parse(val || null));
99
const
_stringify = val => (val === undefined ? UNDEFINED : JSON.stringify(val));
100
101
class
WebStore {
102
constructor(backEnd) {
Callers
2
_setItem
Method · 0.85
setItem
Method · 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…