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

Method Copy

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

Copy implements the interface StatementGenerator.

()

Source from the content-addressed store, hash-verified

471
472// Copy implements the interface StatementGenerator.
473func (c *CollectionGen) Copy() StatementGenerator {
474 if c == nil {
475 return nil
476 }
477 return Collection(c.children...)
478}
479
480// String implements the interface StatementGenerator.
481func (c *CollectionGen) String() string {

Callers

nothing calls this directly

Calls 1

CollectionFunction · 0.70

Tested by

no test coverage detected