Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ isEmpty
Method
isEmpty
src/jvm/clojure/lang/LazySeq.java:219–221 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
217
}
218
219
public
boolean isEmpty(){
220
return
seq() == null;
221
}
222
223
public
boolean contains(Object o){
224
for
(ISeq s = seq(); s != null; s = s.next())
Callers
nothing calls this directly
Calls
1
seq
Method · 0.95
Tested by
no test coverage detected