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

Function boolLit

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

boolLit builds a BooleanLiteralNode.

(v bool)

Source from the content-addressed store, hash-verified

22
23// boolLit builds a BooleanLiteralNode.
24func boolLit(v bool) *BooleanLiteralNode { return &BooleanLiteralNode{Value: v} }
25
26// expr builds a raw ExpressionNode.
27func expr(e string) *ExpressionNode { return &ExpressionNode{Expression: e} }

Calls

no outgoing calls

Tested by

no test coverage detected