Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
266
func
(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
Execute
Method · 0.95
Calls
1
Add
Method · 0.65
Tested by
no test coverage detected