| 7 | import type { WorkspaceFileUpdate, WorkspaceOptions } from "./types"; |
| 8 | |
| 9 | class AcodeWorkspaceFile implements WorkspaceFile { |
| 10 | uri: string; |
| 11 | languageId: string; |
| 12 | version: number; |
nothing calls this directly
no outgoing calls
no test coverage detected