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

Method p

chapter24/src/test/java/com/seaofnodes/simple/Eval2.java:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63 // Short debugging print
64 public String p() {
65 return "#"+_uid + (_prior==null ? "" : " >> " + _prior.p());
66 }
67 // Long debugging print
68 @Override public String toString() {
69 String s = "";

Callers 6

evalMethod · 0.45
traceCtrlMethod · 0.45
traceDataMethod · 0.45
_printMethod · 0.45
testSieveMethod · 0.45
testMergeSort0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected