MCPcopy 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
258public Object get(int index){
259 return RT.nth(this, index);
260}
261
262public void add(int index, Object element){
263 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 1

nthMethod · 0.95

Tested by

no test coverage detected