MCPcopy 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
105func NewTableWriter() table.Writer {
106 return NewTableWriterWithWriter(os.Stdout)
107}
108
109func NewTableWriterWithWriter(w io.Writer) table.Writer {
110 tw := table.NewWriter()

Callers 15

predicateV1TableFunction · 0.92
orgMembershipTableOutputFunction · 0.92
orgInvitationTableOutputFunction · 0.92
pluginListTableOutputFunction · 0.92
pluginInfoTableOutputFunction · 0.92
contextTableOutputFunction · 0.92
contractListTableOutputFunction · 0.92

Calls 1

NewTableWriterWithWriterFunction · 0.85

Tested by

no test coverage detected