Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ size
Method
size
src/jvm/clojure/lang/APersistentSet.java:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
public
int
size(){
169
return
count();
170
}
171
172
public
boolean isEmpty(){
173
return
count() == 0;
Callers
2
equiv
Method · 0.95
setEquals
Method · 0.45
Calls
1
count
Method · 0.95
Tested by
no test coverage detected