MCPcopy
hub / github.com/plotly/dash / stringifyVal

Function stringifyVal

dash/dash-renderer/src/actions/dependencies.js:119–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 return id;
118 }
119 const stringifyVal = v => (v && v.wild) || JSON.stringify(v);
120 const parts = Object.keys(id)
121 .sort()
122 .map(k => JSON.stringify(k) + ':' + stringifyVal(id[k]));

Callers 2

stringifyIdMethod · 0.85
stringifyIdFunction · 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…