| 37 | * - isActive(): Checks if the pane is still running |
| 38 | */ |
| 39 | export class PaneBackendExecutor implements TeammateExecutor { |
| 40 | readonly type: BackendType |
| 41 | |
| 42 | private backend: PaneBackend |
nothing calls this directly
no outgoing calls
no test coverage detected