Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ print
Method
print
chapter22/src/main/java/com/seaofnodes/simple/type/Type.java:237–237 ·
view source on GitHub ↗
(SB sb)
Source
from the content-addressed store, hash-verified
235
}
236
237
public
SB print(SB sb) {
return
sb.p(str()); }
238
public
SB gprint(SB sb) {
return
print(sb); }
239
240
// This is used by error messages, and is a shorted print.
Callers
10
_print
Method · 0.95
toString
Method · 0.95
gprint
Method · 0.95
build
Method · 0.45
build
Method · 0.45
traceCtrl
Method · 0.45
testNotBad3
Method · 0.45
testNotBad5
Method · 0.45
target
Method · 0.45
main
Method · 0.45
Calls
2
str
Method · 0.95
p
Method · 0.45
Tested by
8
_print
Method · 0.76
build
Method · 0.36
build
Method · 0.36
traceCtrl
Method · 0.36
testNotBad3
Method · 0.36
testNotBad5
Method · 0.36
target
Method · 0.36
main
Method · 0.36