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

Function prop

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

--------------------------------------------------------------------------- Helpers --------------------------------------------------------------------------- prop builds a PropertyAccessNode for concise test expressions.

(path string)

Source from the content-addressed store, hash-verified

16
17// prop builds a PropertyAccessNode for concise test expressions.
18func prop(path string) *PropertyAccessNode { return &PropertyAccessNode{PropertyPath: path} }
19
20// str builds a StringLiteralNode.
21func str(v string) *StringLiteralNode { return &StringLiteralNode{Value: v} }

Calls

no outgoing calls

Tested by

no test coverage detected