MCPcopy
hub / github.com/ClearURLs/Addon / forEach

Method forEach

core_js/utils/Multimap.js:122–126  ·  view source on GitHub ↗
(callback, thisArg)

Source from the content-addressed store, hash-verified

120 return this._map.keys();
121 }
122 forEach(callback, thisArg) {
123 for (const [key, value] of this.entries()) {
124 callback.call(thisArg === undefined ? this : thisArg, key, value, this);
125 }
126 }
127 [Symbol.iterator]() {
128 return this.entries();
129 }

Callers 15

removeFieldsFormURLFunction · 0.80
VFunction · 0.80
yFunction · 0.80
utFunction · 0.80
ItFunction · 0.80
ieFunction · 0.80
datatables.min.jsFile · 0.80
veFunction · 0.80
getsetFunction · 0.80
DtFunction · 0.80
FtFunction · 0.80

Calls 1

entriesMethod · 0.95

Tested by

no test coverage detected