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

Method size

src/jvm/clojure/lang/APersistentVector.java:473–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471}
472
473public int size(){
474 return count();
475}
476
477public boolean isEmpty(){
478 return count() == 0;

Callers 2

doEqualsMethod · 0.45
doEquivMethod · 0.45

Calls 1

countMethod · 0.65

Tested by

no test coverage detected