Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ blacken
Method
blacken
src/jvm/clojure/lang/PersistentTreeMap.java:698–700 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
696
}
697
698
Node blacken(){
699
return
new
Black(key);
700
}
701
702
Node redden(){
703
throw
new
UnsupportedOperationException(
"Invariant violation"
);
Callers
6
balanceLeftDel
Method · 0.45
balanceRightDel
Method · 0.45
leftBalance
Method · 0.45
rightBalance
Method · 0.45
balanceLeft
Method · 0.45
balanceRight
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected