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

Method depth

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

Source from the content-addressed store, hash-verified

284}
285
286public int depth(){
287 return depth(tree);
288}
289
290int depth(Node t){
291 if(t == null)

Callers

nothing calls this directly

Calls 3

maxMethod · 0.45
leftMethod · 0.45
rightMethod · 0.45

Tested by

no test coverage detected