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

Method count

src/jvm/clojure/lang/PersistentQueue.java:180–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178 }
179
180 public int count(){
181 return RT.count(f) + RT.count(rseq);
182 }
183
184 public Seq withMeta(IPersistentMap meta){
185 if(meta() == meta)

Callers

nothing calls this directly

Calls 1

countMethod · 0.95

Tested by

no test coverage detected