Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ get
Method
get
src/jvm/clojure/lang/APersistentVector.java:179–181 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
177
}
178
179
public
Object get(
int
index){
180
return
nth(index);
181
}
182
183
public
Object nth(
int
i, Object notFound){
184
if
(i >= 0 && i < count())
Callers
nothing calls this directly
Calls
1
nth
Method · 0.95
Tested by
no test coverage detected