Transform performs the Header highlighting for transformHeader
(column int, s string)
| 316 | |
| 317 | // Transform performs the Header highlighting for transformHeader |
| 318 | func (th *transformHeader) Transform(column int, s string) string { |
| 319 | return HeaderColor(s) |
| 320 | } |
| 321 | |
| 322 | // Transform makes a PrintableTable an implementation of |
| 323 | // rowTransformer. It performs the per-column transformation for table |
nothing calls this directly
no test coverage detected