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

Method removeItem

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

Source from the content-addressed store, hash-verified

138 }
139
140 removeItem(key) {
141 this._storage.removeItem(storePrefix + key);
142 }
143
144 /*
145 * clear matching keys matching (optionally followed by a dot and more

Callers 7

tryGetWebStoreFunction · 0.95
async-mathjax.jsFile · 0.45
LFunction · 0.45
plotly.min.jsFile · 0.45
clearMethod · 0.45
modPropFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected