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

Function not1

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

not1 builds a NOT node.

(child ConditionNode)

Source from the content-addressed store, hash-verified

44
45// not1 builds a NOT node.
46func not1(child ConditionNode) *NotNode { return &NotNode{Child: child} }
47
48// disj builds a DisjunctionNode.
49func disj(terms ...ConditionNode) *DisjunctionNode {

Calls

no outgoing calls

Tested by

no test coverage detected