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

Method print

chapter21/src/main/java/com/seaofnodes/simple/type/Type.java:231–231  ·  view source on GitHub ↗
(SB sb)

Source from the content-addressed store, hash-verified

229 }
230
231 public SB print(SB sb) { return sb.p(str()); }
232 public SB gprint(SB sb) { return print(sb); }
233
234 // This is used by error messages, and is a shorted print.

Callers 9

_printMethod · 0.95
toStringMethod · 0.95
gprintMethod · 0.95
buildMethod · 0.45
buildMethod · 0.45
traceCtrlMethod · 0.45
testNotBad3Method · 0.45
testNotBad5Method · 0.45
targetMethod · 0.45

Calls 2

strMethod · 0.95
pMethod · 0.45

Tested by 7

_printMethod · 0.76
buildMethod · 0.36
buildMethod · 0.36
traceCtrlMethod · 0.36
testNotBad3Method · 0.36
testNotBad5Method · 0.36
targetMethod · 0.36