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

Method getItem

dash/dash-renderer/src/persistence.js:173–177  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

171 }
172
173 getItem(key) {
174 // run this storage through JSON too so we know we get a fresh object
175 // each retrieval
176 return _parse(this._data[key]);
177 }
178
179 setItem(key, value) {
180 this._data[key] = _stringify(value);

Callers

nothing calls this directly

Calls 1

_parseFunction · 0.85

Tested by

no test coverage detected