Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
723
static
public
Object third(Object x){
724
return
first(next(next(x)));
725
}
726
727
static
public
Object fourth(Object x){
728
return
first(next(next(next(x))));
Callers
6
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
Calls
2
first
Method · 0.95
next
Method · 0.95
Tested by
no test coverage detected