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

Method fieldContext_Model_status

pkg/graph/generated.go:1536–1547  ·  view source on GitHub ↗
(ctx context.Context, field graphql.CollectedField)

Source from the content-addressed store, hash-verified

1534}
1535
1536func (ec *executionContext) fieldContext_Model_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
1537 fc = &graphql.FieldContext{
1538 Object: "Model",
1539 Field: field,
1540 IsMethod: false,
1541 IsResolver: false,
1542 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
1543 return nil, errors.New("field of type ModelStatus does not have child fields")
1544 },
1545 }
1546 return fc, nil
1547}
1548
1549func (ec *executionContext) _Model_huggingFace(ctx context.Context, field graphql.CollectedField, obj *model.Model) (ret graphql.Marshaler) {
1550 fc, err := ec.fieldContext_Model_huggingFace(ctx, field)

Calls

no outgoing calls

Tested by

no test coverage detected