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

Function fn

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

fn builds a FunctionCallNode.

(name string, args ...ConditionNode)

Source from the content-addressed store, hash-verified

33
34// fn builds a FunctionCallNode.
35func fn(name string, args ...ConditionNode) *FunctionCallNode {
36 return &FunctionCallNode{FunctionName: name, Arguments: args}
37}
38
39// and2 builds a binary AND.
40func and2(left, right ConditionNode) *AndNode { return &AndNode{Left: left, Right: right} }

Callers 15

withEnvFunction · 0.85
applyFnOutsideInlineCodeFunction · 0.85
applyToNonCodeRegionsFunction · 0.85
captureUpgradeOrgStderrFunction · 0.85
captureUpdateOrgStderrFunction · 0.85
runAuditAnalysisFunction · 0.85
captureOutputFunction · 0.85
CaptureStderrFunction · 0.85
doWorkFunction · 0.85
OpenInClosureFunction · 0.85
doWorkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected