Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ addRight
Method
addRight
src/jvm/clojure/lang/PersistentTreeMap.java:686–688 ·
view source on GitHub ↗
(Node ins)
Source
from the content-addressed store, hash-verified
684
}
685
686
Node addRight(Node ins){
687
return
red(key, val(), left(), ins);
688
}
689
690
Node removeLeft(Node del){
691
return
red(key, val(), del, right());
Callers
1
add
Method · 0.45
Calls
3
red
Method · 0.80
val
Method · 0.65
left
Method · 0.45
Tested by
no test coverage detected