Type Define the Return Type of this function, or use value.Value for unknown.
()
| 20 | CustomFunc interface { |
| 21 | // Type Define the Return Type of this function, or use value.Value for unknown. |
| 22 | Type() value.ValueType |
| 23 | // Validate is parse time syntax and type evaluation. Also returns the evaluation |
| 24 | // function. |
| 25 | Validate(n *FuncNode) (EvaluatorFunc, error) |
no outgoing calls