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

Struct NotNode

pkg/workflow/expression_nodes.go:68–70  ·  view source on GitHub ↗

NotNode represents a NOT operation on a condition

Source from the content-addressed store, hash-verified

66
67// NotNode represents a NOT operation on a condition
68type NotNode struct {
69 Child ConditionNode
70}
71
72func (n *NotNode) Render() string {
73 // For simple function calls like cancelled(), render as !cancelled() instead of !(cancelled())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected