Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
seq
Method · 0.95
rseq
Method · 0.95
Calls
1
push
Method · 0.95
Tested by
no test coverage detected