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

Method count

src/jvm/clojure/lang/APersistentSet.java:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44public int count(){
45 return impl.count();
46}
47
48public ISeq seq(){
49 return RT.keys(impl);

Callers 2

sizeMethod · 0.95
isEmptyMethod · 0.95

Calls 1

countMethod · 0.65

Tested by

no test coverage detected