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

Struct FunctionCallNode

pkg/workflow/expression_nodes.go:143–146  ·  view source on GitHub ↗

FunctionCallNode represents a function call expression like contains(array, value)

Source from the content-addressed store, hash-verified

141
142// FunctionCallNode represents a function call expression like contains(array, value)
143type FunctionCallNode struct {
144 FunctionName string
145 Arguments []ConditionNode
146}
147
148func (f *FunctionCallNode) Render() string {
149 var args []string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected