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

Method right

src/jvm/clojure/lang/PersistentTreeMap.java:536–538  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534 }
535
536 Node right(){
537 return null;
538 }
539
540 abstract Node addLeft(Node ins);
541

Callers 7

seqFromMethod · 0.95
maxMethod · 0.95
entryAtMethod · 0.95
appendMethod · 0.95
kvreduceMethod · 0.95
nextMethod · 0.95
nextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected