MCPcopy Index your code
hub / github.com/LeetCode-OpenSource/vscode-leetcode / deleteCache

Method deleteCache

src/leetCodeExecutor.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 }
78
79 public async deleteCache(): Promise<string> {
80 return await this.executeCommandEx(this.nodeExecutable, [await this.getLeetCodeBinaryPath(), "cache", "-d"]);
81 }
82
83 public async getUserInfo(): Promise<string> {
84 return await this.executeCommandEx(this.nodeExecutable, [await this.getLeetCodeBinaryPath(), "user"]);

Callers 2

activateFunction · 0.80
deleteCacheFunction · 0.80

Calls 2

executeCommandExMethod · 0.95
getLeetCodeBinaryPathMethod · 0.95

Tested by

no test coverage detected