Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ lastExpr
Method
lastExpr
src/jvm/clojure/lang/Compiler.java:6752–6754 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
6750
}
6751
6752
private
Expr lastExpr(){
6753
return
(Expr) exprs.nth(exprs.count() - 1);
6754
}
6755
}
6756
6757
public
static
class
BindingInit{
Callers
3
canEmitPrimitive
Method · 0.95
hasJavaClass
Method · 0.95
getJavaClass
Method · 0.95
Calls
2
nth
Method · 0.65
count
Method · 0.65
Tested by
no test coverage detected