MCPcopy
hub / github.com/koodo-reader/koodo-reader / forEach

Method forEach

public/lib/pdfjs/pdf.worker.mjs:5420–5424  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

5418 return this._map[key] !== undefined;
5419 }
5420 forEach(callback) {
5421 for (const key in this._map) {
5422 callback(key, this.get(key));
5423 }
5424 }
5425 static get empty() {
5426 const emptyDict = new Dict(null);
5427 emptyDict.set = (key, value) => {

Callers 15

createMainWinFunction · 0.45
7zz.umd.jsFile · 0.45
processDataFunction · 0.45
_environ_getFunction · 0.45
_environ_sizes_getFunction · 0.45
checkUnflushedContentFunction · 0.45
ort.min.jsFile · 0.45
disposeMethod · 0.45
onReleaseSessionMethod · 0.45
nFunction · 0.45
constructorMethod · 0.45

Calls 1

getMethod · 0.95

Tested by

no test coverage detected