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

Method gprint

chapter24/src/main/java/com/seaofnodes/simple/type/Type.java:503–505  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

501 return print(new SB(), new BitSet(), false).toString();
502 }
503 public final String gprint() {
504 return print(new SB(), new BitSet(), true).toString();
505 }
506 public final SB print(SB sb) { return print(sb, new BitSet(), false); }
507 public final SB gprint(SB sb) { return print(sb, new BitSet(), true ); }
508

Callers 2

colorcellMethod · 0.45
glabelMethod · 0.45

Calls 2

printMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected