ApplyFn is a function application like "fn:max(X)".
| 1128 | |
| 1129 | // ApplyFn is a function application like "fn:max(X)". |
| 1130 | type ApplyFn struct { |
| 1131 | Function FunctionSym |
| 1132 | Args []BaseTerm |
| 1133 | } |
| 1134 | |
| 1135 | func (a ApplyFn) isBaseTerm() {} |
| 1136 |
nothing calls this directly
no outgoing calls
no test coverage detected