(context)
| 682 | } |
| 683 | } |
| 684 | execute(context) { |
| 685 | context.meta.command = this; |
| 686 | return context.meta.runtime.unifiedExec(this, context); |
| 687 | } |
| 688 | findNext(context) { |
| 689 | return context.meta.runtime.findNext(this, context); |
| 690 | } |
no test coverage detected