MCPcopy Index your code
hub / github.com/clojure/clojure / get

Method get

src/jvm/clojure/lang/PersistentList.java:329–331  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

327 }
328
329 public Object get(int index){
330 return RT.nth(this, index);
331 }
332
333 public void add(int index, Object element){
334 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 1

nthMethod · 0.95

Tested by

no test coverage detected