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/PersistentList.java:95–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
public
Object first(){
96
return
_first;
97
}
98
99
public
ISeq next(){
100
if
(_count == 1)
Callers
2
peek
Method · 0.95
reduce
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected