| 6 | import type { WorkspaceTrustedModule } from "./types.js"; |
| 7 | |
| 8 | export class WorkspaceRuntimeBridge extends RpcTarget { |
| 9 | readonly #capability: WorkspaceRuntimeCapability; |
| 10 | readonly #git: GitClient | undefined; |
| 11 | readonly #artifacts: ArtifactClient | undefined; |
nothing calls this directly
no outgoing calls
no test coverage detected