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

Method clj

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

Source from the content-addressed store, hash-verified

295 static TypeFunPtr tfp(Node n) { return (TypeFunPtr)F.get(n); }
296 // Fetch and unbox a closure
297 static Closure clj(Node n) { return (Closure)F.get(n); }
298
299 // Java box ints and floats. Other things can just be null or some informative string
300 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