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/APersistentVector.java:473–475 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
471
}
472
473
public
int
size(){
474
return
count();
475
}
476
477
public
boolean isEmpty(){
478
return
count() == 0;
Callers
2
doEquals
Method · 0.45
doEquiv
Method · 0.45
Calls
1
count
Method · 0.65
Tested by
no test coverage detected