MCPcopy
hub / github.com/witheve/Eve / lst

Function lst

src/codemirror.js:8333–8333  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

8331 }
8332
8333 function lst(arr) { return arr[arr.length-1]; }
8334
8335 var selectInput = function(node) { node.select(); };
8336 if (ios) // Mobile Safari apparently has a bug where select() is broken.

Callers 15

applyTextInputFunction · 0.85
codemirror.jsFile · 0.85
locateNodeInLineViewFunction · 0.85
LineViewFunction · 0.85
makeChangeFromHistoryFunction · 0.85
makeChangeSingleDocFunction · 0.85
deleteNearSelectionFunction · 0.85
markTextSharedFunction · 0.85
stretchSpansOverChangeFunction · 0.85
isWholeLineUpdateFunction · 0.85
updateDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected