Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
applyTextInput
Function · 0.70
shiftDoc
Function · 0.70
codemirror.js
File · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected