| 5 | } from "./types.js"; |
| 6 | |
| 7 | export class WorkspaceRuntimeCapability { |
| 8 | readonly #fs: WorkspaceRuntimeFilesystem; |
| 9 | readonly #root: string; |
| 10 | readonly #access: WorkspaceRuntimeAccess; |
nothing calls this directly
no outgoing calls
no test coverage detected