Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ setItem
Method
setItem
dash/dash-renderer/src/persistence.js:179–181 ·
view source on GitHub ↗
(key, value)
Source
from the content-addressed store, hash-verified
177
}
178
179
setItem(key, value) {
180
this._data[key] = _stringify(value);
181
}
182
183
removeItem(key) {
184
delete this._data[key];
Callers
nothing calls this directly
Calls
1
_stringify
Function · 0.85
Tested by
no test coverage detected