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

Method create

src/jvm/clojure/lang/PersistentTreeMap.java:819–821  ·  view source on GitHub ↗
(Node t, boolean asc, int cnt)

Source from the content-addressed store, hash-verified

817 }
818
819 static Seq create(Node t, boolean asc, int cnt){
820 return new Seq(push(t, null, asc), asc, cnt);
821 }
822
823 static ISeq push(Node t, ISeq stack, boolean asc){
824 while(t != null)

Callers 2

seqMethod · 0.95
rseqMethod · 0.95

Calls 1

pushMethod · 0.95

Tested by

no test coverage detected