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

Method gprint

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

Source from the content-addressed store, hash-verified

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.
235 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