Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ eval
Method
eval
src/jvm/clojure/lang/Compiler.java:794–796 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
792
abstract Object val();
793
794
public
Object eval(){
795
return
val();
796
}
797
}
798
799
static
interface
AssignableExpr{
Callers
nothing calls this directly
Calls
1
val
Method · 0.95
Tested by
no test coverage detected