MCPcopy Create free account
hub / github.com/encoder-run/operator / TriggerPipeline

Method TriggerPipeline

pkg/graph/generated.go:168–168  ·  view source on GitHub ↗
(ctx context.Context, id string)

Source from the content-addressed store, hash-verified

166 AddPipeline(ctx context.Context, input model.AddPipelineInput) (*model.Pipeline, error)
167 AddPipelineDeployment(ctx context.Context, input model.AddPipelineDeploymentInput) (*model.Pipeline, error)
168 TriggerPipeline(ctx context.Context, id string) (*model.PipelineExecution, error)
169 DeletePipeline(ctx context.Context, id string) (*model.Pipeline, error)
170}
171type QueryResolver interface {

Callers 2

ComplexityMethod · 0.65

Implementers 1

mutationResolverpkg/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected