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/PersistentTreeMap.java:520–522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
518
}
519
520
public
Object val(){
521
return
null;
522
}
523
524
public
Object getKey(){
525
return
key();
Callers
5
assoc
Method · 0.95
valAt
Method · 0.95
append
Method · 0.95
getValue
Method · 0.95
kvreduce
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected