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:7711–7713 ·
view source on GitHub ↗
(Object form)
Source
from the content-addressed store, hash-verified
7709
}
7710
7711
public
static
Object eval(Object form) {
7712
return
eval(form, true);
7713
}
7714
7715
public
static
Object eval(Object form, boolean freshLoader) {
7716
boolean createdLoader = false;
Callers
1
load
Method · 0.95
Calls
15
pushThreadBindings
Method · 0.95
map
Method · 0.95
makeClassLoader
Method · 0.95
meta
Method · 0.95
mapUniqueKeys
Method · 0.95
assoc
Method · 0.95
macroexpand
Method · 0.95
equals
Method · 0.95
first
Method · 0.95
next
Method · 0.95
analyze
Method · 0.95
list
Method · 0.95
Tested by
no test coverage detected