(uri: string)
| 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) { |
nothing calls this directly
no test coverage detected