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

Method fieldContext_HuggingFace_name

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

Source from the content-addressed store, hash-verified

1314}
1315
1316func (ec *executionContext) fieldContext_HuggingFace_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
1317 fc = &graphql.FieldContext{
1318 Object: "HuggingFace",
1319 Field: field,
1320 IsMethod: false,
1321 IsResolver: false,
1322 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
1323 return nil, errors.New("field of type String does not have child fields")
1324 },
1325 }
1326 return fc, nil
1327}
1328
1329func (ec *executionContext) _HuggingFace_maxSequenceLength(ctx context.Context, field graphql.CollectedField, obj *model.HuggingFace) (ret graphql.Marshaler) {
1330 fc, err := ec.fieldContext_HuggingFace_maxSequenceLength(ctx, field)

Callers 2

_HuggingFace_nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected