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

Struct CollectionGen

testing/generation/utils/statement_generator.go:379–382  ·  view source on GitHub ↗

CollectionGen is a generator that contains multiple child generators, and will print all of its children.

Source from the content-addressed store, hash-verified

377
378// CollectionGen is a generator that contains multiple child generators, and will print all of its children.
379type CollectionGen struct {
380 children []StatementGenerator
381 localInt *big.Int
382}
383
384var _ StatementGenerator = (*CollectionGen)(nil)
385

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected