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

Method gprint

chapter18/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 public SB print(SB sb) { return sb.p(str()); }
231 public SB gprint(SB sb) { return print(sb); }
232
233 // This is used by error messages, and is a shorted print.
234 public String str() { return STRS[_type]; }

Callers 2

colorcellMethod · 0.45
glabelMethod · 0.45

Calls 1

printMethod · 0.95

Tested by

no test coverage detected