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

Method marshalOBoolean2bool

pkg/graph/generated.go:9329–9332  ·  view source on GitHub ↗
(ctx context.Context, sel ast.SelectionSet, v bool)

Source from the content-addressed store, hash-verified

9327}
9328
9329func (ec *executionContext) marshalOBoolean2bool(ctx context.Context, sel ast.SelectionSet, v bool) graphql.Marshaler {
9330 res := graphql.MarshalBoolean(v)
9331 return res
9332}
9333
9334func (ec *executionContext) unmarshalOBoolean2ᚖbool(ctx context.Context, v interface{}) (*bool, error) {
9335 if v == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected