MCPcopy Create free account

hub / github.com/JatinOO7-py/Online-Judge / functions

Functions84 in github.com/JatinOO7-py/Online-Judge

↓ 3 callersFunctiongetProblemById
(id)
FrontEnd/onlineJudge/src/services/problemService.js:14
↓ 3 callersFunctiongetUserProfile
()
FrontEnd/onlineJudge/src/services/userService.js:3
↓ 3 callersFunctionhandleExampleChange
(index, field, value)
FrontEnd/onlineJudge/src/components/AddProblem.jsx:43
↓ 2 callersFunctionhandlePageChange
(newPage)
FrontEnd/onlineJudge/src/components/HomePage.jsx:74
↓ 2 callersFunctionhandlePageChange
(newPage)
FrontEnd/onlineJudge/src/components/Profile.jsx:60
↓ 2 callersFunctionhandleTestCaseChange
(index, e)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:42
↓ 2 callersFunctionhandleTestCaseChange
(index, field, value)
FrontEnd/onlineJudge/src/components/AddProblem.jsx:49
↓ 2 callersFunctionlanguageMode
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:181
↓ 2 callersFunctionrunCode
(language, code, input)
FrontEnd/onlineJudge/src/services/compilerService.js:6
↓ 1 callersFunctiondbConnect
()
BackEnd/database/db.js:34
↓ 1 callersFunctiondeleteProblem
(problemId)
FrontEnd/onlineJudge/src/services/problemService.js:41
↓ 1 callersFunctionexecuteC
(filepath, inputPath, timeout = 5000)
BackEnd/Compiler/executeC.js:16
↓ 1 callersFunctionexecuteCpp
(filepath, inputPath, timeout = 5000)
BackEnd/Compiler/executeCpp.js:16
↓ 1 callersFunctionexecuteJava
(filepath, inputPath = null, timeout = 5000)
BackEnd/Compiler/executeJava.js:16
↓ 1 callersFunctionexecutePy
(filepath, inputPath = null, timeout = 5000)
BackEnd/Compiler/executePy.js:16
↓ 1 callersFunctionfetchProblem
()
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:22
↓ 1 callersFunctionfetchProblem
()
FrontEnd/onlineJudge/src/components/ProblemDetail.jsx:12
↓ 1 callersFunctionfetchProblem
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:90
↓ 1 callersFunctionfetchProblems
()
FrontEnd/onlineJudge/src/components/HomePage.jsx:20
↓ 1 callersFunctionfetchSolvedProblems
(userId)
FrontEnd/onlineJudge/src/components/Profile.jsx:27
↓ 1 callersFunctionfetchUserCode
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:69
↓ 1 callersFunctionfetchUserData
()
FrontEnd/onlineJudge/src/components/Profile.jsx:14
↓ 1 callersFunctionfetchUserData
()
FrontEnd/onlineJudge/src/components/EditProfile.jsx:15
↓ 1 callersFunctionfetchUserProblems
()
FrontEnd/onlineJudge/src/components/MyProblems.jsx:11
↓ 1 callersFunctionfetchUserProfile
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:55
↓ 1 callersFunctionfilterProblems
()
FrontEnd/onlineJudge/src/components/HomePage.jsx:34
↓ 1 callersFunctionforgotPassword
(email)
FrontEnd/onlineJudge/src/services/authService.js:39
↓ 1 callersFunctiongenerateFile
(format, content)
BackEnd/Compiler/generateFile.js:16
↓ 1 callersFunctiongenerateInputFile
(input)
BackEnd/Compiler/generateInputFile.js:16
↓ 1 callersFunctiongetAllProblems
()
FrontEnd/onlineJudge/src/services/problemService.js:32
↓ 1 callersFunctiongetAllSubmissions
(problemId)
FrontEnd/onlineJudge/src/services/codeService.js:37
↓ 1 callersFunctiongetSolvedProblems
(userId)
FrontEnd/onlineJudge/src/services/codeService.js:49
↓ 1 callersFunctiongetUserCode
(problemId, userId, language)
FrontEnd/onlineJudge/src/services/codeService.js:25
↓ 1 callersFunctiongetUserProblems
()
FrontEnd/onlineJudge/src/services/problemService.js:3
↓ 1 callersFunctionhandleDelete
(problemId)
FrontEnd/onlineJudge/src/components/MyProblems.jsx:23
↓ 1 callersFunctionlanguageMode
()
FrontEnd/onlineJudge/src/components/OnlineCompiler.jsx:57
↓ 1 callersFunctionlogin
(email, password)
FrontEnd/onlineJudge/src/services/authService.js:7
↓ 1 callersFunctionlogout
()
FrontEnd/onlineJudge/src/services/authService.js:29
↓ 1 callersFunctionremoveTestCase
(index)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:59
↓ 1 callersFunctionsaveUserCode
( problemId, userId, code, language, status )
FrontEnd/onlineJudge/src/services/codeService.js:3
↓ 1 callersFunctionsignUp
(userData)
FrontEnd/onlineJudge/src/services/authService.js:19
↓ 1 callersFunctionupdateProblem
(id, problemData)
FrontEnd/onlineJudge/src/services/problemService.js:23
↓ 1 callersFunctionupdateUserProfile
(updatedData)
FrontEnd/onlineJudge/src/services/userService.js:14
FunctionAddProblem
()
FrontEnd/onlineJudge/src/components/AddProblem.jsx:6
FunctionApp
()
FrontEnd/onlineJudge/src/App.jsx:23
FunctionAppContent
()
FrontEnd/onlineJudge/src/App.jsx:31
FunctionCodeEditor
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:40
FunctionEditProfile
()
FrontEnd/onlineJudge/src/components/EditProfile.jsx:6
FunctionForgotPasswordPage
()
FrontEnd/onlineJudge/src/components/ForgotPasswordPage.jsx:5
FunctionHomePage
()
FrontEnd/onlineJudge/src/components/HomePage.jsx:6
FunctionLoginPage
()
FrontEnd/onlineJudge/src/components/LoginPage.jsx:5
FunctionMyProblems
()
FrontEnd/onlineJudge/src/components/MyProblems.jsx:6
FunctionNavbar
()
FrontEnd/onlineJudge/src/components/Navbar.jsx:7
FunctionOnlineCompiler
()
FrontEnd/onlineJudge/src/components/OnlineCompiler.jsx:36
FunctionProblemDetail
()
FrontEnd/onlineJudge/src/components/ProblemDetail.jsx:7
FunctionProfile
()
FrontEnd/onlineJudge/src/components/Profile.jsx:7
FunctionProtectedRoute
()
FrontEnd/onlineJudge/src/components/ProtectedRoute.jsx:3
FunctionResetPasswordPage
()
FrontEnd/onlineJudge/src/components/ResetPasswordPage.jsx:5
FunctionSignUpPage
()
FrontEnd/onlineJudge/src/components/SignUpPage.jsx:5
FunctionUpdateProblem
()
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:6
FunctionaddProblem
(req, res)
BackEnd/controllers/problems.js:4
FunctionaddTestCase
()
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:52
FunctionauthMiddleware
(req, res, next)
BackEnd/middleware/auth.js:4
FunctiondeleteProblem
(req, res)
BackEnd/controllers/problems.js:67
FunctiongetAllProblems
(req, res)
BackEnd/controllers/problems.js:18
FunctiongetProblemById
(req, res)
BackEnd/controllers/problems.js:29
FunctiongetUserProblems
(req, res)
BackEnd/controllers/problems.js:88
FunctionhandleChange
(e)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:34
FunctionhandleChange
(event)
FrontEnd/onlineJudge/src/components/SignUpPage.jsx:16
FunctionhandleCloseModal
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:195
FunctionhandleForgotPasswordSubmit
(event)
FrontEnd/onlineJudge/src/components/ForgotPasswordPage.jsx:11
FunctionhandleLogout
()
FrontEnd/onlineJudge/src/components/Navbar.jsx:10
FunctionhandleNameChange
(e)
FrontEnd/onlineJudge/src/components/EditProfile.jsx:29
FunctionhandleRunCode
()
FrontEnd/onlineJudge/src/components/OnlineCompiler.jsx:48
FunctionhandleRunCode
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:121
FunctionhandleSubmit
(e)
FrontEnd/onlineJudge/src/components/UpdateProblem.jsx:66
FunctionhandleSubmit
(event)
FrontEnd/onlineJudge/src/components/ResetPasswordPage.jsx:13
FunctionhandleSubmit
(e)
FrontEnd/onlineJudge/src/components/EditProfile.jsx:38
FunctionhandleSubmit
(event)
FrontEnd/onlineJudge/src/components/LoginPage.jsx:12
FunctionhandleSubmit
(event)
FrontEnd/onlineJudge/src/components/SignUpPage.jsx:20
FunctionhandleSubmit
(e)
FrontEnd/onlineJudge/src/components/AddProblem.jsx:20
FunctionhandleViewSubmissions
()
FrontEnd/onlineJudge/src/components/CodeEditor.jsx:111
FunctionresetPassword
(token, newPassword)
FrontEnd/onlineJudge/src/services/authService.js:49
FunctionupdateProblem
(req, res)
BackEnd/controllers/problems.js:42