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/APersistentSet.java:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
public
int
count(){
45
return
impl.count();
46
}
47
48
public
ISeq seq(){
49
return
RT.keys(impl);
Callers
2
size
Method · 0.95
isEmpty
Method · 0.95
Calls
1
count
Method · 0.65
Tested by
no test coverage detected