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/AMapEntry.java:46–48 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
44
}
45
46
public
IPersistentVector cons(Object o){
47
return
asVector().cons(o);
48
}
49
50
public
IPersistentCollection empty(){
51
return
null;
Callers
nothing calls this directly
Calls
2
asVector
Method · 0.95
cons
Method · 0.65
Tested by
no test coverage detected