MCPcopy
hub / github.com/sqldef/sqldef / If

Struct If

parser/node.go:3131–3136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3129}
3130
3131type If struct {
3132 Condition Expr
3133 IfStatements []Statement
3134 ElseStatements []Statement
3135 Keyword string
3136}
3137
3138func (node *If) Format(buf *nodeBuffer) {
3139 buf.Printf("if %v", node.Condition)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected