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:1585–1587 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1583
}
1584
1585
public
Object eval() {
1586
return
Reflector.getStaticField(c, fieldName);
1587
}
1588
1589
public
boolean canEmitPrimitive(){
1590
return
Util.isPrimitive(field.getType());
Callers
nothing calls this directly
Calls
1
getStaticField
Method · 0.95
Tested by
no test coverage detected