isConditional returns true if the condition expression is not trivially true.
()
| 460 | |
| 461 | // isConditional returns true if the condition expression is not trivially true. |
| 462 | isConditional() bool |
| 463 | |
| 464 | // expr returns the output expression for the step. |
| 465 | expr() ast.Expr |
no outgoing calls
no test coverage detected