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

Method toArray

src/jvm/clojure/asm/Attribute.java:299–303  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

297 }
298
299 Attribute[] toArray() {
300 Attribute[] result = new Attribute[size];
301 System.arraycopy(data, 0, result, 0, size);
302 return result;
303 }
304
305 private boolean contains(final Attribute attribute) {
306 for (int i = 0; i < size; ++i) {

Callers 1

Implementers 1

APersistentSetsrc/jvm/clojure/lang/APersistentSet.ja

Calls

no outgoing calls

Tested by

no test coverage detected