MCPcopy Create free account
hub / github.com/dolthub/doltgresql / AddChildren

Method AddChildren

testing/generation/utils/statement_generator.go:136–139  ·  view source on GitHub ↗

AddChildren implements the interface StatementGenerator.

(children ...StatementGenerator)

Source from the content-addressed store, hash-verified

134
135// AddChildren implements the interface StatementGenerator.
136func (o *OrGen) AddChildren(children ...StatementGenerator) error {
137 o.children = append(o.children, copyGenerators(children)...)
138 return nil
139}
140
141// Consume implements the interface StatementGenerator.
142func (o *OrGen) Consume() bool {

Callers

nothing calls this directly

Calls 1

copyGeneratorsFunction · 0.85

Tested by

no test coverage detected