Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ getKey
Method
getKey
src/jvm/clojure/lang/PersistentTreeMap.java:524–526 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
522
}
523
524
public
Object getKey(){
525
return
key();
526
}
527
528
public
Object getValue(){
529
return
val();
Callers
1
create
Method · 0.45
Calls
1
key
Method · 0.95
Tested by
no test coverage detected