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

Method SourceString

testing/generation/utils/statement_generator.go:239–241  ·  view source on GitHub ↗

SourceString implements the interface StatementGenerator.

()

Source from the content-addressed store, hash-verified

237
238// SourceString implements the interface StatementGenerator.
239func (o *OrGen) SourceString() string {
240 return fmt.Sprintf(`Or(%s)`, sourceGenerators(o.children))
241}
242
243// Permutations implements the interface StatementGenerator.
244func (o *OrGen) Permutations() *big.Int {

Callers

nothing calls this directly

Calls 1

sourceGeneratorsFunction · 0.85

Tested by

no test coverage detected