MCPcopy Create free account
hub / github.com/sql-js/sql.js / lst

Function lst

GUI/codemirror/lib/codemirror.js:7008–7008  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

7006 }
7007
7008 function lst(arr) { return arr[arr.length-1]; }
7009
7010 var selectInput = function(node) { node.select(); };
7011 if (ios) // Mobile Safari apparently has a bug where select() is broken.

Callers 15

LineViewFunction · 0.85
readInputFunction · 0.85
codemirror.jsFile · 0.85
makeChangeFromHistoryFunction · 0.85
makeChangeSingleDocFunction · 0.85
deleteNearSelectionFunction · 0.85
markTextSharedFunction · 0.85
stretchSpansOverChangeFunction · 0.85
isWholeLineUpdateFunction · 0.85
updateDocFunction · 0.85
clearSelectionEventsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected