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/ASeq.java:258–260 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
256
}
257
258
public
Object get(
int
index){
259
return
RT.nth(this, index);
260
}
261
262
public
void
add(
int
index, Object element){
263
throw
new
UnsupportedOperationException();
Callers
nothing calls this directly
Calls
1
nth
Method · 0.95
Tested by
no test coverage detected