Validate runs after Prepare if the expression is a Preparer. It returns nil if the expression contains no validation error. The Validate implementation may take advantage of ValidationErrors to report more than one errors at a time.
()
| 51 | // implementation may take advantage of ValidationErrors to report more |
| 52 | // than one errors at a time. |
| 53 | Validate() error |
| 54 | } |
| 55 | |
| 56 | // A Finalizer expression requires an additional pass after the DSL has |
no outgoing calls
no test coverage detected