MCPcopy Index your code
hub / github.com/nodejs/node / forEach

Method forEach

deps/v8/tools/parse-processor.mjs:317–320  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

315 }
316
317 forEach(fn) {
318 fn(this);
319 this.funktions.forEach(fn);
320 }
321
322 // Container helper for TotalScript / Script.
323 getScripts() {

Callers 1

Calls 2

forEachMethod · 0.65
fnFunction · 0.50

Tested by

no test coverage detected