Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
209
public
int
count(){
210
return
cnt;
211
}
212
213
public
PersistentVector withMeta(IPersistentMap meta){
214
if
(meta() == meta)
Callers
10
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
registerConstant
Method · 0.95
chunkedSeq
Method · 0.95
rangedIterator
Method · 0.95
iterator
Method · 0.95
rangedSpliterator
Method · 0.95
spliterator
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected