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

Struct ExpressionNode

pkg/workflow/expression_nodes.go:17–20  ·  view source on GitHub ↗

ExpressionNode represents a leaf expression

Source from the content-addressed store, hash-verified

15
16// ExpressionNode represents a leaf expression
17type ExpressionNode struct {
18 Expression string
19 Description string // Optional comment/description for the expression
20}
21
22func (e *ExpressionNode) Render() string {
23 return e.Expression

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected