MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / clj

Method clj

chapter22/src/test/java/com/seaofnodes/simple/Eval2.java:298–298  ·  view source on GitHub ↗
(Node n)

Source from the content-addressed store, hash-verified

296 static TypeFunPtr tfp(Node n) { return (TypeFunPtr)F.get(n); }
297 // Fetch and unbox a closure
298 static Closure clj(Node n) { return (Closure)F.get(n); }
299
300 // Java box ints and floats. Other things can just be null or some informative string
301 private static Object con( Type t ) {

Callers 2

evalMethod · 0.95
retMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected