Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ UITable
Struct
UITable
cf/terminal/ui.go:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
type
UITable
struct
{
262
UI UI
263
Table *Table
264
}
265
266
func
(u *UITable) Add(row ...string) {
267
u.Table.Add(row...)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected