MCPcopy Index your code
hub / github.com/clojure/clojure / seq

Method seq

src/jvm/clojure/lang/PersistentTreeSet.java:95–98  ·  view source on GitHub ↗
(boolean ascending)

Source from the content-addressed store, hash-verified

93}
94
95public ISeq seq(boolean ascending){
96 PersistentTreeMap m = (PersistentTreeMap) impl;
97 return RT.keys(m.seq(ascending));
98}
99
100public ISeq seqFrom(Object key, boolean ascending){
101 PersistentTreeMap m = (PersistentTreeMap) impl;

Callers

nothing calls this directly

Calls 2

keysMethod · 0.95
seqMethod · 0.95

Tested by

no test coverage detected