Max returns the upper value and true, if one exists, otherwise nil and false. Used By Prev().
(ctx *EvalContext)
| 123 | // Max returns the upper value and true, if one exists, otherwise |
| 124 | // nil and false. Used By Prev(). |
| 125 | Max(ctx *EvalContext) (Datum, bool) |
| 126 | |
| 127 | // Min returns the lower value, if one exists, otherwise nil and |
| 128 | // false. Used by Next(). |
no outgoing calls
no test coverage detected