Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
719
static
public
Object second(Object x){
720
return
first(next(x));
721
}
722
723
static
public
Object third(Object x){
724
return
first(next(next(x)));
Callers
15
create
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
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