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

Function BuildNullLiteral

pkg/workflow/expression_builder.go:311–313  ·  view source on GitHub ↗

BuildNullLiteral creates a null literal node

()

Source from the content-addressed store, hash-verified

309
310// BuildNullLiteral creates a null literal node
311func BuildNullLiteral() *ExpressionNode {
312 return &ExpressionNode{Expression: "null"}
313}
314
315// BuildComparison creates a comparison node with the specified operator
316func BuildComparison(left ConditionNode, operator string, right ConditionNode) *ComparisonNode {

Callers 2

buildLabelNamesConditionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected