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

Function getLeetCodeEndpoint

src/commands/plugin.ts:52–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52export function getLeetCodeEndpoint(): string {
53 const leetCodeConfig: vscode.WorkspaceConfiguration = vscode.workspace.getConfiguration("leetcode");
54 return leetCodeConfig.get<string>("endpoint", Endpoint.LeetCode);
55}
56
57const SORT_ORDER: SortingStrategy[] = [
58 SortingStrategy.None,

Callers 3

promptForSignInFunction · 0.90
getDiscussionLinkMethod · 0.90
switchEndpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected