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

Method exit

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

Source from the content-addressed store, hash-verified

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

Callers 9

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
mainMethod · 0.45

Calls 3

prettyPrintMethod · 0.95
valMethod · 0.95
exprMethod · 0.45

Tested by

no test coverage detected