(r *Runner)
| 10 | } |
| 11 | |
| 12 | func (t *emptyEngine) FindFirstChar(r *Runner) bool { |
| 13 | return t.findFirstChar(r) |
| 14 | } |
| 15 | func (t *emptyEngine) Execute(r *Runner) error { |
| 16 | return t.execute(r) |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected