Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
109
func
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
attestationStatusTableOutput
Function · 0.92
envVarsTable
Function · 0.92
materialsTable
Function · 0.92
NewTableWriter
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected