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

Method _print

chapter23/src/main/java/com/seaofnodes/simple/type/Type.java:510–510  ·  view source on GitHub ↗
(SB sb, BitSet visit, boolean html )

Source from the content-addressed store, hash-verified

508 return _print(sb,visit,html);
509 }
510 SB _print(SB sb, BitSet visit, boolean html ) { return sb.p(str()); }
511
512 // This is used by error messages, and is a shorted print.
513 public String str() { return STRS[_type]; }

Callers 1

printMethod · 0.95

Calls 2

strMethod · 0.95
pMethod · 0.45

Tested by

no test coverage detected