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

Method third

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

Source from the content-addressed store, hash-verified

721}
722
723static public Object third(Object x){
724 return first(next(next(x)));
725}
726
727static public Object fourth(Object x){
728 return first(next(next(next(x))));

Callers 6

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