MCPcopy Index your code
hub / github.com/dataease/SQLBot / last

Method last

frontend/public/swagger-ui-bundle.js:985–987  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

983 return this.getIndex(1)
984 }
985 get last() {
986 return this.getIndex(this.length - 1)
987 }
988 }
989 ;((ArrayElement.empty = function empty() {
990 return new this()

Callers 3

renderMethod · 0.80
JSFunction · 0.80

Calls 1

getIndexMethod · 0.95

Tested by

no test coverage detected