expr returns the output expression for the step.
()
| 419 | |
| 420 | // expr returns the output expression for the step. |
| 421 | expr() ast.Expr |
| 422 | |
| 423 | // combine assembles two output expressions into a single output step. |
| 424 | combine(other compositionStep) compositionStep |
no outgoing calls
no test coverage detected