MCPcopy
hub / github.com/sqldef/sqldef / OrExpr

Struct OrExpr

parser/node.go:1991–1993  ·  view source on GitHub ↗

OrExpr represents an OR expression.

Source from the content-addressed store, hash-verified

1989
1990// OrExpr represents an OR expression.
1991type OrExpr struct {
1992 Left, Right Expr
1993}
1994
1995// Format formats the node.
1996func (node *OrExpr) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected