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

Method exit

chapter19/src/test/java/com/seaofnodes/simple/Eval2.java:233–235  ·  view source on GitHub ↗
( ReturnNode ret )

Source from the content-addressed store, hash-verified

231 }
232
233 private static String exit( ReturnNode ret ) {
234 return prettyPrint(ret.expr()._type,val(ret.expr()));
235 }
236
237 // Take a worklist step: one data op from the current Control is updated.
238 private static void step(Node n, SB trace) {

Callers 14

evalMethod · 0.95
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
hFunction · 0.45
d3.v7.min.jsFile · 0.45
cFunction · 0.45
insertChildrenFunction · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45

Calls 3

prettyPrintMethod · 0.95
valMethod · 0.95
exprMethod · 0.45

Tested by

no test coverage detected