Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ first
Method
first
src/jvm/clojure/lang/LazySeq.java:115–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
113
}
114
115
public
Object first(){
116
seq();
117
if
(s == null)
118
return
null;
119
return
s.first();
120
}
121
122
public
ISeq next(){
123
seq();
Callers
nothing calls this directly
Calls
2
seq
Method · 0.95
first
Method · 0.65
Tested by
no test coverage detected