MCPcopy
hub / github.com/sqldef/sqldef / While

Struct While

parser/node.go:3119–3122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3117}
3118
3119type While struct {
3120 Condition Expr
3121 Statements []Statement
3122}
3123
3124func (node *While) Format(buf *nodeBuffer) {
3125 buf.Printf("while %v", node.Condition)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected