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

Method seqFrom

src/jvm/clojure/lang/PersistentTreeSet.java:100–103  ·  view source on GitHub ↗
(Object key, boolean ascending)

Source from the content-addressed store, hash-verified

98}
99
100public ISeq seqFrom(Object key, boolean ascending){
101 PersistentTreeMap m = (PersistentTreeMap) impl;
102 return RT.keys(m.seqFrom(key,ascending));
103}
104
105public IPersistentMap meta(){
106 return _meta;

Callers

nothing calls this directly

Calls 2

keysMethod · 0.95
seqFromMethod · 0.95

Tested by

no test coverage detected