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

Function str

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

str builds a StringLiteralNode.

(v string)

Source from the content-addressed store, hash-verified

19
20// str builds a StringLiteralNode.
21func str(v string) *StringLiteralNode { return &StringLiteralNode{Value: v} }
22
23// boolLit builds a BooleanLiteralNode.
24func boolLit(v bool) *BooleanLiteralNode { return &BooleanLiteralNode{Value: v} }

Calls

no outgoing calls

Tested by

no test coverage detected