Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
254
func
(ui *terminalUI) Table(headers []string) *UITable {
255
return
&UITable{
256
UI: ui,
257
Table: NewTable(headers),
258
}
259
}
260
261
type
UITable
struct
{
262
UI UI
Callers
1
ShowConfiguration
Method · 0.95
Calls
1
NewTable
Function · 0.85
Tested by
no test coverage detected