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

Method DeletePipeline

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

Source from the content-addressed store, hash-verified

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 {
172 Models(ctx context.Context) ([]*model.Model, error)

Callers 2

ComplexityMethod · 0.65

Implementers 1

mutationResolverpkg/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected