MCPcopy 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
275public Object get(int index){
276 return RT.nth(this, index);
277}
278
279public void add(int index, Object element){
280 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 1

nthMethod · 0.95

Tested by

no test coverage detected