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

Method Table

cf/terminal/ui.go:254–259  ·  view source on GitHub ↗
(headers []string)

Source from the content-addressed store, hash-verified

252}
253
254func (ui *terminalUI) Table(headers []string) *UITable {
255 return &UITable{
256 UI: ui,
257 Table: NewTable(headers),
258 }
259}
260
261type UITable struct {
262 UI UI

Callers 1

ShowConfigurationMethod · 0.95

Calls 1

NewTableFunction · 0.85

Tested by

no test coverage detected