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

Method _setItem

dash/dash-renderer/src/persistence.js:117–120  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

115 }
116
117 _setItem(key, value) {
118 // unprotected version of setItem, for use by tryGetWebStore
119 this._storage.setItem(storePrefix + key, _stringify(value));
120 }
121 /*
122 * In addition to the regular key->value to set, setItem takes
123 * dispatch as a parameter, so it can report OOM to devtools

Callers 2

setItemMethod · 0.95
tryGetWebStoreFunction · 0.95

Calls 2

_stringifyFunction · 0.85
setItemMethod · 0.45

Tested by

no test coverage detected