Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ hasItem
Method
hasItem
dash/dash-renderer/src/persistence.js:107–109 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
105
}
106
107
hasItem(key) {
108
return
this._storage.getItem(storePrefix + key) !== null;
109
}
110
111
getItem(key) {
112
// note: _storage.getItem returns null on missing keys
Callers
2
recordUiEdit
Function · 0.45
modProp
Function · 0.45
Calls
1
getItem
Method · 0.45
Tested by
no test coverage detected