MCPcopy Index your code
hub / github.com/clojure/clojure / isEmpty

Method isEmpty

src/jvm/clojure/lang/ASeq.java:199–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197}
198
199public boolean isEmpty(){
200 return seq() == null;
201}
202
203public boolean contains(Object o){
204 for(ISeq s = seq(); s != null; s = s.next())

Callers

nothing calls this directly

Calls 1

seqMethod · 0.95

Tested by

no test coverage detected