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

Method GetPipeline

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

Source from the content-addressed store, hash-verified

177 GetStorage(ctx context.Context, id string) (*model.Storage, error)
178 Pipelines(ctx context.Context) ([]*model.Pipeline, error)
179 GetPipeline(ctx context.Context, id string) (*model.Pipeline, error)
180 GetPipelineExecutions(ctx context.Context, id string) ([]*model.PipelineExecution, error)
181 SemanticSearch(ctx context.Context, query model.QueryInput) ([]*model.SearchResult, error)
182}

Callers 2

ComplexityMethod · 0.65
_Query_getPipelineMethod · 0.65

Implementers 1

queryResolverpkg/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected