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

TypeAlias TextGen

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

TextGen is a generator that returns a simple string.

Source from the content-addressed store, hash-verified

57
58// TextGen is a generator that returns a simple string.
59type TextGen string
60
61var _ StatementGenerator = (*TextGen)(nil)
62

Callers 1

TextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected