Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
gatherCompletions
Function · 0.70
getCompletions
Function · 0.70
Calls
1
f
Function · 0.50
Tested by
no test coverage detected