MCPcopy Create free account
hub / github.com/breck7/scroll / lst

Function lst

external/.scrollLibs.js:753–755  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

751 }
752
753 function lst(arr) {
754 return arr[arr.length - 1]
755 }
756
757 function map(array, f) {
758 var out = []

Callers 15

spaceStrFunction · 0.85
stretchSpansOverChangeFunction · 0.85
.scrollLibs.jsFile · 0.85
LineViewFunction · 0.85
changeEndFunction · 0.85
isWholeLineUpdateFunction · 0.85
updateDocFunction · 0.85
clearSelectionEventsFunction · 0.85
lastChangeEventFunction · 0.85
addChangeToHistoryFunction · 0.85
addSelectionToHistoryFunction · 0.85
pushSelectionToHistoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected