Skip to content

Commit 2fb658c

Browse files
Decision: Leave readModelsFromCache as public
1 parent cd8fa36 commit 2fb658c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,6 @@ export class ClineProvider extends EventEmitter<ClineProviderEvents> implements
897897
await fs.writeFile(path.join(cacheDir, filename), JSON.stringify(data))
898898
}
899899

900-
// not private, so it can be accessed from webviewMessageHandler
901900
async readModelsFromCache(filename: string): Promise<Record<string, ModelInfo> | undefined> {
902901
const filePath = path.join(await this.ensureCacheDirectoryExists(), filename)
903902
const fileExists = await fileExistsAtPath(filePath)

0 commit comments

Comments
 (0)