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

Method chunkedMore

src/jvm/clojure/lang/ChunkedCons.java:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64public ISeq chunkedMore(){
65 if(_more == null)
66 return PersistentList.EMPTY;
67 return _more;
68}
69}

Callers 1

chunkedNextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected