Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainloop-dev/chainloop
/ NewTableWriter
Function
NewTableWriter
app/cli/cmd/output/output.go:105–107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
}
104
105
func
NewTableWriter() table.Writer {
106
return
NewTableWriterWithWriter(os.Stdout)
107
}
108
109
func
NewTableWriterWithWriter(w io.Writer) table.Writer {
110
tw := table.NewWriter()
Callers
15
workflowRunDescribeTableOutput
Function · 0.92
predicateV1Table
Function · 0.92
orgMembershipTableOutput
Function · 0.92
orgInvitationTableOutput
Function · 0.92
pluginListTableOutput
Function · 0.92
pluginInfoTableOutput
Function · 0.92
pluginInfoFlagsTableOutput
Function · 0.92
workflowRunListTableOutput
Function · 0.92
contextTableOutput
Function · 0.92
registeredIntegrationListTableOutput
Function · 0.92
contractListTableOutput
Function · 0.92
availableIntegrationListTableOutput
Function · 0.92
Calls
1
NewTableWriterWithWriter
Function · 0.85
Tested by
no test coverage detected