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

Method toArray

src/jvm/clojure/lang/PersistentQueue.java:193–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191// java.util.Collection implementation
192
193public Object[] toArray(){
194 return RT.seqToArray(seq());
195}
196
197public boolean add(Object o){
198 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