(private readonly channel: MessageSender)
| 22 | |
| 23 | export class PreviewApi { |
| 24 | constructor(private readonly channel: MessageSender) {} |
| 25 | |
| 26 | private async waitFor( |
| 27 | payload: { sourceShellId?: string; port?: number }, |
nothing calls this directly
no outgoing calls
no test coverage detected