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/RT.java:766–770 ·
view source on GitHub ↗
(Object x)
Source
from the content-addressed store, hash-verified
764
//}
765
766
static
public
Object peek(Object x){
767
if
(x == null)
768
return
null;
769
return
((IPersistentStack) x).peek();
770
}
771
772
static
public
Object pop(Object x){
773
if
(x == null)
Callers
nothing calls this directly
Calls
1
peek
Method · 0.65
Tested by
no test coverage detected