MCPcopy
hub / github.com/google/mangle / ApplyFn

Struct ApplyFn

ast/ast.go:1130–1133  ·  view source on GitHub ↗

ApplyFn is a function application like "fn:max(X)".

Source from the content-addressed store, hash-verified

1128
1129// ApplyFn is a function application like "fn:max(X)".
1130type ApplyFn struct {
1131 Function FunctionSym
1132 Args []BaseTerm
1133}
1134
1135func (a ApplyFn) isBaseTerm() {}
1136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected