Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ more
Method
more
src/jvm/clojure/lang/LazySeq.java:129–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
127
}
128
129
public
ISeq more(){
130
seq();
131
if
(s == null)
132
return
PersistentList.EMPTY;
133
return
s.more();
134
}
135
136
public
ISeq cons(Object o){
137
return
RT.cons(o, seq());
Callers
nothing calls this directly
Calls
2
seq
Method · 0.95
more
Method · 0.65
Tested by
no test coverage detected