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

Method Storages

pkg/graph/generated.go:176–176  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

174 Repositories(ctx context.Context) ([]*model.Repository, error)
175 GetRepository(ctx context.Context, id string) (*model.Repository, error)
176 Storages(ctx context.Context) ([]*model.Storage, error)
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)

Callers 2

ComplexityMethod · 0.65
_Query_storagesMethod · 0.65

Implementers 1

queryResolverpkg/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected