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

Method Copy

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

Copy implements the interface StatementGenerator.

()

Source from the content-addressed store, hash-verified

84
85// Copy implements the interface StatementGenerator.
86func (t *TextGen) Copy() StatementGenerator {
87 if t == nil {
88 return nil
89 }
90 return Text(string(*t))
91}
92
93// String implements the interface StatementGenerator.
94func (t *TextGen) String() string {

Callers

nothing calls this directly

Calls 1

TextFunction · 0.70

Tested by

no test coverage detected