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

Method print

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

Source from the content-addressed store, hash-verified

499 return print(new SB(), new BitSet(), true).toString();
500 }
501 public final SB print(SB sb) { return print(sb, new BitSet(), false); }
502 public final SB gprint(SB sb) { return print(sb, new BitSet(), true ); }
503
504 // Used during recursive printing, or combined with SB Node printing

Callers 15

_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
mainMethod · 0.45
_printMethod · 0.45
_printMethod · 0.45

Calls 5

strMethod · 0.95
_printMethod · 0.95
getMethod · 0.45
pMethod · 0.45
setMethod · 0.45

Tested by 8

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