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