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

Function showProblem

src/commands/show.ts:55–60  ·  view source on GitHub ↗
(node?: LeetCodeNode)

Source from the content-addressed store, hash-verified

53}
54
55export async function showProblem(node?: LeetCodeNode): Promise<void> {
56 if (!node) {
57 return;
58 }
59 await showProblemInternal(node);
60}
61
62export async function searchProblem(): Promise<void> {
63 if (!leetCodeManager.getUser()) {

Callers

nothing calls this directly

Calls 1

showProblemInternalFunction · 0.85

Tested by

no test coverage detected