MCPcopy 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
42public ISeq seq(){
43 return asVector().seq();
44}
45
46public IPersistentVector cons(Object o){
47 return asVector().cons(o);

Callers

nothing calls this directly

Calls 2

asVectorMethod · 0.95
seqMethod · 0.65

Tested by

no test coverage detected