MCPcopy
hub / github.com/QasimWani/LeetHub / leetcode.js

File leetcode.js

scripts/leetcode.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* Enum for languages supported by LeetCode. */
2const languages = {
3 Python: '.py',
4 Python3: '.py',

Callers

nothing calls this directly

Calls 11

uploadGitFunction · 0.85
checkElemFunction · 0.85
parseQuestionFunction · 0.85
parseStatsFunction · 0.85
getProblemNameSlugFunction · 0.85
findLanguageFunction · 0.85
startUploadFunction · 0.85
getNotesIfAnyFunction · 0.85
findCodeFunction · 0.85
markUploadedFunction · 0.85
injectStyleFunction · 0.85

Tested by

no test coverage detected