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

Function disj

pkg/workflow/expression_optimizer_test.go:49–51  ·  view source on GitHub ↗

disj builds a DisjunctionNode.

(terms ...ConditionNode)

Source from the content-addressed store, hash-verified

47
48// disj builds a DisjunctionNode.
49func disj(terms ...ConditionNode) *DisjunctionNode {
50 return &DisjunctionNode{Terms: terms, Multiline: false}
51}
52
53// assertRender asserts that optimising node produces a result that renders to
54// the expected string.

Calls

no outgoing calls

Tested by

no test coverage detected