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

Method Copy

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

Copy implements the interface StatementGenerator.

()

Source from the content-addressed store, hash-verified

326
327// Copy implements the interface StatementGenerator.
328func (v *VariableGen) Copy() StatementGenerator {
329 if v == nil {
330 return nil
331 }
332 return Variable(v.name, v.options)
333}
334
335// String implements the interface StatementGenerator.
336func (v *VariableGen) String() string {

Callers

nothing calls this directly

Calls 1

VariableFunction · 0.70

Tested by

no test coverage detected