Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
286
public
int
depth(){
287
return
depth(tree);
288
}
289
290
int
depth(Node t){
291
if
(t == null)
Callers
nothing calls this directly
Calls
3
max
Method · 0.45
left
Method · 0.45
right
Method · 0.45
Tested by
no test coverage detected