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

Method gprint

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

Source from the content-addressed store, hash-verified

496 return print(new SB(), new BitSet(), false).toString();
497 }
498 public final String gprint() {
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

Callers 2

colorcellMethod · 0.45
glabelMethod · 0.45

Calls 2

printMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected