MCPcopy Create free account
hub / github.com/LeetCode-OpenSource/vscode-leetcode / deleteSession

Method deleteSession

src/leetCodeExecutor.ts:161–163  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

159 }
160
161 public async deleteSession(id: string): Promise<string> {
162 return await this.executeCommandEx(this.nodeExecutable, [await this.getLeetCodeBinaryPath(), "session", "-d", id]);
163 }
164
165 public async submitSolution(filePath: string): Promise<string> {
166 try {

Callers 1

deleteSessionFunction · 0.80

Calls 2

executeCommandExMethod · 0.95
getLeetCodeBinaryPathMethod · 0.95

Tested by

no test coverage detected