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

Method keys

core_js/utils/Multimap.js:119–121  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117 return gen();
118 }
119 keys() {
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);

Callers 15

removeFieldsFormURLFunction · 0.45
ProviderFunction · 0.45
wrapAPIsFunction · 0.45
SFunction · 0.45
LtFunction · 0.45
datatables.min.jsFile · 0.45
ColorFunction · 0.45
buildGraphFunction · 0.45
deriveBFSFunction · 0.45
EtFunction · 0.45
BtFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected