| 175 | } |
| 176 | |
| 177 | class CodexRemoteLauncher extends RemoteLauncherBase { |
| 178 | private readonly session: CodexSession; |
| 179 | private readonly appServerClient: CodexAppServerClient; |
| 180 | private permissionHandler: CodexPermissionHandler | null = null; |
nothing calls this directly
no outgoing calls
no test coverage detected