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

Method toArray

src/jvm/clojure/lang/APersistentSet.java:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127public Object[] toArray(){
128 return RT.seqToArray(seq());
129}
130
131public boolean add(Object o){
132 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