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/Compiler.java:792–792 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
790
791
public
static
abstract
class
LiteralExpr implements Expr{
792
abstract Object val();
793
794
public
Object eval(){
795
return
val();
Callers
3
eval
Method · 0.95
parse
Method · 0.95
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected