MCPcopy 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
179public Object get(int index){
180 return nth(index);
181}
182
183public Object nth(int i, Object notFound){
184 if(i >= 0 && i < count())

Callers

nothing calls this directly

Calls 1

nthMethod · 0.95

Tested by

no test coverage detected