MCPcopy Index your code
hub / github.com/clojure/clojure / second

Method second

src/jvm/clojure/lang/RT.java:719–721  ·  view source on GitHub ↗
(Object x)

Source from the content-addressed store, hash-verified

717}
718
719static public Object second(Object x){
720 return first(next(x));
721}
722
723static public Object third(Object x){
724 return first(next(next(x)));

Callers 15

createMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95
parseMethod · 0.95

Calls 2

firstMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected