Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ key
Method
key
src/jvm/clojure/lang/MapEntry.java:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
public
Object key(){
32
return
_key;
33
}
34
35
public
Object val(){
36
return
_val;
Callers
1
getKey
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected