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

Method unmarshalOBoolean2bool

pkg/graph/generated.go:9324–9327  ·  view source on GitHub ↗
(ctx context.Context, v interface{})

Source from the content-addressed store, hash-verified

9322}
9323
9324func (ec *executionContext) unmarshalOBoolean2bool(ctx context.Context, v interface{}) (bool, error) {
9325 res, err := graphql.UnmarshalBoolean(v)
9326 return res, graphql.ErrorOnPath(ctx, err)
9327}
9328
9329func (ec *executionContext) marshalOBoolean2bool(ctx context.Context, sel ast.SelectionSet, v bool) graphql.Marshaler {
9330 res := graphql.MarshalBoolean(v)

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected