(context)
| 676 | } |
| 677 | } |
| 678 | execute(context) { |
| 679 | context.meta.command = this; |
| 680 | return context.meta.runtime.unifiedExec(this, context); |
| 681 | } |
| 682 | findNext(context) { |
| 683 | return context.meta.runtime.findNext(this, context); |
| 684 | } |
no test coverage detected