MCPcopy
hub / github.com/cloudfoundry/cli / Add

Method Add

cf/terminal/ui.go:266–268  ·  view source on GitHub ↗
(row ...string)

Source from the content-addressed store, hash-verified

264}
265
266func (u *UITable) Add(row ...string) {
267 u.Table.Add(row...)
268}
269
270// Print formats the table and then prints it to the UI specified at
271// the time of the construction. Afterwards the table is cleared,

Callers 1

ExecuteMethod · 0.95

Calls 1

AddMethod · 0.65

Tested by

no test coverage detected