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

Method clj

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

Source from the content-addressed store, hash-verified

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