MCPcopy 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
105public Object peek(){
106 return first();
107}
108
109public IPersistentList pop(){
110 if(_rest == null)

Callers

nothing calls this directly

Calls 1

firstMethod · 0.95

Tested by

no test coverage detected