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

Function simpleStatusTable

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

Source from the content-addressed store, hash-verified

77}
78
79func simpleStatusTable(status *action.AttestationStatusResult) error {
80 return attestationStatusTableOutput(status, os.Stdout, false)
81}
82
83func fullStatusTable(status *action.AttestationStatusResult) error {
84 return attestationStatusTableOutput(status, os.Stdout, true)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected