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

Method Models

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

Source from the content-addressed store, hash-verified

170}
171type QueryResolver interface {
172 Models(ctx context.Context) ([]*model.Model, error)
173 GetModel(ctx context.Context, id string) (*model.Model, error)
174 Repositories(ctx context.Context) ([]*model.Repository, error)
175 GetRepository(ctx context.Context, id string) (*model.Repository, error)

Callers 2

ComplexityMethod · 0.65
_Query_modelsMethod · 0.65

Implementers 1

queryResolverpkg/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected