MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / forEach

Function forEach

lib/web/CodeMirror/test/test.js:5–7  ·  view source on GitHub ↗
(arr, f)

Source from the content-addressed store, hash-verified

3CodeMirror.defaults.rtlMoveVisually = true;
4
5function forEach(arr, f) {
6 for (var i = 0, e = arr.length; i < e; ++i) f(arr[i], i);
7}
8
9function addDoc(cm, width, height) {
10 var content = [], line = "";

Callers 2

test.jsFile · 0.70
allChildrenFunction · 0.50

Calls 1

fFunction · 0.50

Tested by

no test coverage detected