MCPcopy Index your code
hub / github.com/csev/py4e / lst

Function lst

tools/pythonauto/static/codemirrorepl/codemirror.js:6950–6950  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

6948 }
6949
6950 function lst(arr) { return arr[arr.length-1]; }
6951
6952 var selectInput = function(node) { node.select(); };
6953 if (ios) // Mobile Safari apparently has a bug where select() is broken.

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected