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

Function NewWorkflowDescribe

app/cli/pkg/action/workflow_describe.go:28–30  ·  view source on GitHub ↗
(cfg *ActionsOpts)

Source from the content-addressed store, hash-verified

26}
27
28func NewWorkflowDescribe(cfg *ActionsOpts) *WorkflowDescribe {
29 return &WorkflowDescribe{cfg}
30}
31
32func (action *WorkflowDescribe) Run(ctx context.Context, name, projectName string) (*WorkflowItem, error) {
33 client := pb.NewWorkflowServiceClient(action.cfg.CPConnection)

Callers 1

newWorkflowDescribeCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected