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

Method second

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

Source from the content-addressed store, hash-verified

980 return this.getIndex(0)
981 }
982 get second() {
983 return this.getIndex(1)
984 }
985 get last() {
986 return this.getIndex(this.length - 1)
987 }

Callers

nothing calls this directly

Calls 1

getIndexMethod · 0.95

Tested by

no test coverage detected