MCPcopy Create free account
hub / github.com/TruthHun/BookStack / forEach

Function forEach

static/editor.md/lib/codemirror/addon/hint/javascript-hint.js:14–16  ·  view source on GitHub ↗
(arr, f)

Source from the content-addressed store, hash-verified

12 var Pos = CodeMirror.Pos;
13
14 function forEach(arr, f) {
15 for (var i = 0, e = arr.length; i < e; ++i) f(arr[i]);
16 }
17
18 function arrayContains(arr, item) {
19 if (!Array.prototype.indexOf) {

Callers 2

gatherCompletionsFunction · 0.70
getCompletionsFunction · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected