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

Method toArray

src/jvm/clojure/lang/LazySeq.java:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172// java.util.Collection implementation
173
174public Object[] toArray(){
175 return RT.seqToArray(seq());
176}
177
178public boolean add(Object o){
179 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 3

seqToArrayMethod · 0.95
seqMethod · 0.95
seqToPassedArrayMethod · 0.95

Tested by

no test coverage detected