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

Struct BooleanLiteralNode

pkg/workflow/expression_nodes.go:177–179  ·  view source on GitHub ↗

BooleanLiteralNode represents a boolean literal value

Source from the content-addressed store, hash-verified

175
176// BooleanLiteralNode represents a boolean literal value
177type BooleanLiteralNode struct {
178 Value bool
179}
180
181func (b *BooleanLiteralNode) Render() string {
182 if b.Value {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected