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

Method count

src/jvm/clojure/lang/ATransientMap.java:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91 }
92
93 public final int count() {
94 ensureEditable();
95 return doCount();
96 }
97}

Callers

nothing calls this directly

Calls 2

ensureEditableMethod · 0.95
doCountMethod · 0.95

Tested by

no test coverage detected