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

Struct PropertyAccessNode

pkg/workflow/expression_nodes.go:157–159  ·  view source on GitHub ↗

PropertyAccessNode represents property access like github.event.action

Source from the content-addressed store, hash-verified

155
156// PropertyAccessNode represents property access like github.event.action
157type PropertyAccessNode struct {
158 PropertyPath string
159}
160
161func (p *PropertyAccessNode) Render() string {
162 return p.PropertyPath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected