MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / forEach

Function forEach

lib/sanitize-html.js:5979–5983  ·  view source on GitHub ↗
(xs, f)

Source from the content-addressed store, hash-verified

5977}
5978
5979function forEach(xs, f) {
5980 for (var i = 0, l = xs.length; i < l; i++) {
5981 f(xs[i], i);
5982 }
5983}
5984},{"./_stream_readable":46,"./_stream_writable":48,"core-util-is":6,"inherits":38,"process-nextick-args":41}],45:[function(require,module,exports){
5985// a passthrough stream.
5986// basically just the most minimal sort of Transform stream.

Callers 1

sanitize-html.jsFile · 0.85

Calls 1

fFunction · 0.85

Tested by

no test coverage detected