MCPcopy Index your code
hub / github.com/clojure/clojure / eval

Method eval

src/jvm/clojure/lang/Compiler.java:794–796  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

792 abstract Object val();
793
794 public Object eval(){
795 return val();
796 }
797}
798
799static interface AssignableExpr{

Callers

nothing calls this directly

Calls 1

valMethod · 0.95

Tested by

no test coverage detected