Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ cons
Method
cons
src/jvm/clojure/lang/LazySeq.java:136–138 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
134
}
135
136
public
ISeq cons(Object o){
137
return
RT.cons(o, seq());
138
}
139
140
public
IPersistentCollection empty(){
141
return
PersistentList.EMPTY;
Callers
nothing calls this directly
Calls
2
cons
Method · 0.95
seq
Method · 0.95
Tested by
no test coverage detected