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

Method exit

chapter22/src/test/java/com/seaofnodes/simple/Eval2.java:234–236  ·  view source on GitHub ↗
( ReturnNode ret )

Source from the content-addressed store, hash-verified

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

Callers 8

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

Calls 3

prettyPrintMethod · 0.95
valMethod · 0.95
exprMethod · 0.45

Tested by

no test coverage detected