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

Struct OrGen

testing/generation/utils/statement_generator.go:118–122  ·  view source on GitHub ↗

OrGen is a generator that contains multiple child generators, and will print only one at a time. Consuming will cycle to the next child.

Source from the content-addressed store, hash-verified

116// OrGen is a generator that contains multiple child generators, and will print only one at a time. Consuming will
117// cycle to the next child.
118type OrGen struct {
119 children []StatementGenerator
120 index int
121 localInt *big.Int
122}
123
124var _ StatementGenerator = (*OrGen)(nil)
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected