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

Method size

src/jvm/clojure/lang/APersistentMap.java:319–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

317 }
318
319 public int size(){
320 return count();
321 }
322
323 public int hashCode(){
324 return APersistentMap.this.hashCode();

Callers 2

equivMethod · 0.95
mapEqualsMethod · 0.45

Calls 1

countMethod · 0.65

Tested by

no test coverage detected