MCPcopy
hub / github.com/sqldef/sqldef / BeginEnd

Struct BeginEnd

parser/node.go:3101–3104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3099}
3100
3101type BeginEnd struct {
3102 Statements []Statement
3103 SuppressSemicolon bool
3104}
3105
3106func (node *BeginEnd) Format(buf *nodeBuffer) {
3107 semicolon := ";"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected