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/LazySeq.java:275–277 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
273
}
274
275
public
Object get(
int
index){
276
return
RT.nth(this, index);
277
}
278
279
public
void
add(
int
index, Object element){
280
throw
new
UnsupportedOperationException();
Callers
nothing calls this directly
Calls
1
nth
Method · 0.95
Tested by
no test coverage detected