MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / NewTableWriterWithWriter

Function NewTableWriterWithWriter

app/cli/cmd/output/output.go:109–114  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

107}
108
109func NewTableWriterWithWriter(w io.Writer) table.Writer {
110 tw := table.NewWriter()
111 tw.SetStyle(table.StyleLight)
112 tw.SetOutputMirror(w)
113 return tw
114}

Callers 4

envVarsTableFunction · 0.92
materialsTableFunction · 0.92
NewTableWriterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected