MCPcopy Create free account
hub / github.com/breck7/scroll / remove

Method remove

external/.scrollLibs.js:23630–23632  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

23628 return this
23629 }
23630 remove(key) {
23631 delete this._values[key]
23632 }
23633 each(fn) {
23634 Object.keys(this._values).forEach(key => {
23635 fn(this._values[key], key)

Callers 15

.scrollLibs.jsFile · 0.80
LeFunction · 0.80
updateDocFunction · 0.80
removeShadowMethod · 0.80
removeClassFromShadowMethod · 0.80
_iFunction · 0.80
.leaflet.jsFile · 0.80
_fnBrowserDetectFunction · 0.80
_fnScrollDrawFunction · 0.80
_fnCalculateColumnWidthsFunction · 0.80
__details_removeFunction · 0.80
.datatables.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected