MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode /

Class

src/cm/lsp/workspace.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import type { WorkspaceFileUpdate, WorkspaceOptions } from "./types";
8
9class AcodeWorkspaceFile implements WorkspaceFile {
10 uri: string;
11 languageId: string;
12 version: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected