runnerFlags bundles per-backend "was called" flags so routing tests can assert on which backend SpawnTab dispatched to without an awkward multi-return-value tuple.
| 480 | // can assert on which backend SpawnTab dispatched to without an |
| 481 | // awkward multi-return-value tuple. |
| 482 | type runnerFlags struct { |
| 483 | iterm, terminal, zellij, kitty, warp, ghostty *bool |
| 484 | } |
| 485 | |
| 486 | // stubAllRunners replaces every backend's Runner (plus warp's |
| 487 | // OpenURL/WriteScript and kitty's RunnerOutput) with no-op stubs that |
nothing calls this directly
no outgoing calls
no test coverage detected