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

Method getItem

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

Source from the content-addressed store, hash-verified

109 }
110
111 getItem(key) {
112 // note: _storage.getItem returns null on missing keys
113 // and JSON.parse(null) returns null as well
114 return _parse(this._storage.getItem(storePrefix + key));
115 }
116
117 _setItem(key, value) {
118 // unprotected version of setItem, for use by tryGetWebStore

Callers 12

tryGetWebStoreFunction · 0.95
async-mathjax.jsFile · 0.45
plotly.min.jsFile · 0.45
hasItemMethod · 0.45
recordUiEditFunction · 0.45
modPropFunction · 0.45
isCollapsedFunction · 0.45
requestDashVersionInfoFunction · 0.45
shouldRequestDashVersionFunction · 0.45

Calls 1

_parseFunction · 0.85

Tested by

no test coverage detected