Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ peek
Method
peek
src/jvm/clojure/lang/PersistentList.java:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
public
Object peek(){
106
return
first();
107
}
108
109
public
IPersistentList pop(){
110
if
(_rest == null)
Callers
nothing calls this directly
Calls
1
first
Method · 0.95
Tested by
no test coverage detected