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

Method left

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

Source from the content-addressed store, hash-verified

530 }
531
532 Node left(){
533 return null;
534 }
535
536 Node right(){
537 return null;

Callers 7

seqFromMethod · 0.95
minMethod · 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