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/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
count
Method · 0.95
Tested by
no test coverage detected