Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ seq
Method
seq
src/jvm/clojure/lang/AMapEntry.java:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
ISeq seq(){
43
return
asVector().seq();
44
}
45
46
public
IPersistentVector cons(Object o){
47
return
asVector().cons(o);
Callers
nothing calls this directly
Calls
2
asVector
Method · 0.95
seq
Method · 0.65
Tested by
no test coverage detected