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

Function BuildBooleanLiteral

pkg/workflow/expression_builder.go:306–308  ·  view source on GitHub ↗

BuildBooleanLiteral creates a boolean literal node

(value bool)

Source from the content-addressed store, hash-verified

304
305// BuildBooleanLiteral creates a boolean literal node
306func BuildBooleanLiteral(value bool) *BooleanLiteralNode {
307 return &BooleanLiteralNode{Value: value}
308}
309
310// BuildNullLiteral creates a null literal node
311func BuildNullLiteral() *ExpressionNode {

Calls

no outgoing calls

Tested by 2

TestHelperFunctionsFunction · 0.68