Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ evalAssign
Method
evalAssign
src/jvm/clojure/lang/Compiler.java:668–670 ·
view source on GitHub ↗
(Expr val)
Source
from the content-addressed store, hash-verified
666
}
667
668
public
Object evalAssign(Expr val) {
669
return
var.set(val.eval());
670
}
671
672
public
void
emitAssign(C context, ObjExpr objx, GeneratorAdapter gen,
673
Expr val){
Callers
nothing calls this directly
Calls
2
eval
Method · 0.65
set
Method · 0.45
Tested by
no test coverage detected