MCPcopy 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
766static public Object peek(Object x){
767 if(x == null)
768 return null;
769 return ((IPersistentStack) x).peek();
770}
771
772static public Object pop(Object x){
773 if(x == null)

Callers

nothing calls this directly

Calls 1

peekMethod · 0.65

Tested by

no test coverage detected