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

Method getFile

src/cm/lsp/workspace.ts:168–170  ·  view source on GitHub ↗
(uri: string)

Source from the content-addressed store, hash-verified

166 }
167
168 getFile(uri: string): AcodeWorkspaceFile | null {
169 return this.#getFileEntry(uri);
170 }
171
172 requestFile(uri: string): Promise<AcodeWorkspaceFile | null> {
173 return Promise.resolve(this.#getFileEntry(uri));

Callers

nothing calls this directly

Calls 1

#getFileEntryMethod · 0.95

Tested by

no test coverage detected