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

Method count

src/jvm/clojure/lang/PersistentVector.java:209–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

207}
208
209public int count(){
210 return cnt;
211}
212
213public PersistentVector withMeta(IPersistentMap meta){
214 if(meta() == meta)

Callers 10

parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
registerConstantMethod · 0.95
chunkedSeqMethod · 0.95
rangedIteratorMethod · 0.95
iteratorMethod · 0.95
rangedSpliteratorMethod · 0.95
spliteratorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected