Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ minKey
Method
minKey
src/jvm/clojure/lang/PersistentTreeMap.java:256–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
254
}
255
256
public
Object minKey(){
257
Node t = min();
258
return
t != null ? t.key : null;
259
}
260
261
public
Node min(){
262
Node t = tree;
Callers
nothing calls this directly
Calls
1
min
Method · 0.95
Tested by
no test coverage detected