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

Method size

src/jvm/clojure/lang/PersistentList.java:223–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222
223 public int size(){
224 return 0;
225 }
226
227 public boolean isEmpty(){
228 return true;

Callers 1

createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected