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