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

Function fullStatusTable

app/cli/cmd/attestation_status.go:83–85  ·  view source on GitHub ↗
(status *action.AttestationStatusResult)

Source from the content-addressed store, hash-verified

81}
82
83func fullStatusTable(status *action.AttestationStatusResult) error {
84 return attestationStatusTableOutput(status, os.Stdout, true)
85}
86
87func fullStatusTableWithWriter(status *action.AttestationStatusResult, w io.Writer) error {
88 return attestationStatusTableOutput(status, w, true)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected