Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dataease/SQLBot
/ first
Method
first
frontend/public/swagger-ui-bundle.js:979–981 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
977
return
0 === this.content.length
978
}
979
get first() {
980
return
this.getIndex(0)
981
}
982
get second() {
983
return
this.getIndex(1)
984
}
Callers
nothing calls this directly
Calls
1
getIndex
Method · 0.95
Tested by
no test coverage detected