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

Function lst

lib/web/CodeMirror/src/util/misc.js:96–96  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

94}
95
96export function lst(arr) { return arr[arr.length-1] }
97
98export function map(array, f) {
99 let out = []

Callers 15

changeEndFunction · 0.90
isWholeLineUpdateFunction · 0.90
updateDocFunction · 0.90
clearSelectionEventsFunction · 0.90
lastChangeEventFunction · 0.90
addChangeToHistoryFunction · 0.90
addSelectionToHistoryFunction · 0.90
pushSelectionToHistoryFunction · 0.90
copyHistoryArrayFunction · 0.90
markTextSharedFunction · 0.90
makeChangeFromHistoryFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected