MCPcopy 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

recordUiEditFunction · 0.45
modPropFunction · 0.45

Calls 1

getItemMethod · 0.45

Tested by

no test coverage detected