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

Struct AndNode

pkg/workflow/expression_nodes.go:27–29  ·  view source on GitHub ↗

AndNode represents an AND operation between two conditions

Source from the content-addressed store, hash-verified

25
26// AndNode represents an AND operation between two conditions
27type AndNode struct {
28 Left, Right ConditionNode
29}
30
31// needsParensAsAndOperand returns true when child must be wrapped in parentheses
32// when it appears as an operand of an && expression. Or-level nodes and opaque

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected