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/ASeq.java:195–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
193
}
194
195
public
int
size(){
196
return
count();
197
}
198
199
public
boolean isEmpty(){
200
return
seq() == null;
Callers
15
parse
Method · 0.45
buildThunk
Method · 0.45
resolveHintedMethod
Method · 0.45
signatureMatches
Method · 0.45
InstanceMethodExpr
Method · 0.45
StaticMethodExpr
Method · 0.45
getMatchingParams
Method · 0.45
NewExpr
Method · 0.45
InvokeExpr
Method · 0.45
parse
Method · 0.45
emitListAsObjectArray
Method · 0.45
parse
Method · 0.45
Calls
1
count
Method · 0.95
Tested by
no test coverage detected