Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ p
Method
p
chapter21/src/test/java/com/seaofnodes/simple/Eval2.java:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
61
// Short debugging print
62
public
String p() {
63
return
"#"
+_uid + (_prior==null ?
""
:
" >> "
+ _prior.p());
64
}
65
// Long debugging print
66
@Override
public
String toString() {
67
String s =
""
;
Callers
6
eval
Method · 0.45
traceCtrl
Method · 0.45
traceData
Method · 0.45
_print
Method · 0.45
testSieve
Method · 0.45
testMergeSort0
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected