MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Transform

Method Transform

cf/terminal/table.go:318–320  ·  view source on GitHub ↗

Transform performs the Header highlighting for transformHeader

(column int, s string)

Source from the content-addressed store, hash-verified

316
317// Transform performs the Header highlighting for transformHeader
318func (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

Callers

nothing calls this directly

Calls 1

HeaderColorFunction · 0.85

Tested by

no test coverage detected