(maxCharactersPerColumn, alignRight = false)
| 16407 | return this._toTable(100, false) |
| 16408 | } |
| 16409 | toFormattedTable(maxCharactersPerColumn, alignRight = false) { |
| 16410 | return this._toTable(maxCharactersPerColumn, alignRight) |
| 16411 | } |
| 16412 | _toTable(maxCharactersPerColumn, alignRight = false) { |
| 16413 | const header = this._getUnionNames() |
| 16414 | // Set initial column widths |
no test coverage detected