MCPcopy 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
6757public static class BindingInit{

Callers 3

canEmitPrimitiveMethod · 0.95
hasJavaClassMethod · 0.95
getJavaClassMethod · 0.95

Calls 2

nthMethod · 0.65
countMethod · 0.65

Tested by

no test coverage detected