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

Function contractItemTableOutput

app/cli/cmd/workflow_contract_list.go:45–47  ·  view source on GitHub ↗
(contract *action.WorkflowContractItem)

Source from the content-addressed store, hash-verified

43}
44
45func contractItemTableOutput(contract *action.WorkflowContractItem) error {
46 return contractListTableOutput([]*action.WorkflowContractItem{contract})
47}
48
49func contractListTableOutput(contracts []*action.WorkflowContractItem) error {
50 t := output.NewTableWriter()

Callers

nothing calls this directly

Calls 1

contractListTableOutputFunction · 0.85

Tested by

no test coverage detected