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

Method requestFile

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

Source from the content-addressed store, hash-verified

170 }
171
172 requestFile(uri: string): Promise<AcodeWorkspaceFile | null> {
173 return Promise.resolve(this.#getFileEntry(uri));
174 }
175
176 connected(): void {
177 for (const file of this.files) {

Callers

nothing calls this directly

Calls 1

#getFileEntryMethod · 0.95

Tested by

no test coverage detected