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

Method exit

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

Source from the content-addressed store, hash-verified

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

Callers 11

evalMethod · 0.95
usageMethod · 0.45
bad_usageMethod · 0.45
targetMethod · 0.45
dumpMethod · 0.45
mainMethod · 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