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

Function fullStatusTableWithWriter

app/cli/cmd/attestation_status.go:87–89  ·  view source on GitHub ↗
(status *action.AttestationStatusResult, w io.Writer)

Source from the content-addressed store, hash-verified

85}
86
87func fullStatusTableWithWriter(status *action.AttestationStatusResult, w io.Writer) error {
88 return attestationStatusTableOutput(status, w, true)
89}
90
91func attestationStatusTableOutput(status *action.AttestationStatusResult, w io.Writer, full bool) error {
92 // General info table

Callers 1

newAttestationPushCmdFunction · 0.85

Calls 1

Tested by

no test coverage detected