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

Function map

static/mergely/lib/codemirror.js:8314–8318  ·  view source on GitHub ↗
(array, f)

Source from the content-addressed store, hash-verified

8312 return -1;
8313 }
8314 function map(array, f) {
8315 var out = [];
8316 for (var i = 0; i < array.length; i++) out[i] = f(array[i], i);
8317 return out;
8318 }
8319
8320 function nothing() {}
8321

Callers 3

applyTextInputFunction · 0.70
shiftDocFunction · 0.70
codemirror.jsFile · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected