MCPcopy Create free account
hub / github.com/github/gh-aw / OrNode

Struct OrNode

pkg/workflow/expression_nodes.go:57–59  ·  view source on GitHub ↗

OrNode represents an OR operation between two conditions

Source from the content-addressed store, hash-verified

55
56// OrNode represents an OR operation between two conditions
57type OrNode struct {
58 Left, Right ConditionNode
59}
60
61// || has the lowest precedence of any boolean operator, so no child of an OR
62// expression ever needs explicit parentheses to preserve evaluation order.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected