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

Function NewServicesTable

command/v7/services_command.go:97–104  ·  view source on GitHub ↗
(short bool, omitApps bool)

Source from the content-addressed store, hash-verified

95}
96
97func NewServicesTable(short bool, omitApps bool) *ServicesTable {
98 t := &ServicesTable{
99 short: short,
100 showApps: !omitApps,
101 }
102
103 return t.withHeaders()
104}
105
106func (t *ServicesTable) withHeaders() *ServicesTable {
107 headers := []string{"name"}

Callers 1

displayTableMethod · 0.85

Calls 1

withHeadersMethod · 0.95

Tested by

no test coverage detected