Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RootbeerComputer/backend-GPT
/ functions
Functions
25 in github.com/RootbeerComputer/backend-GPT
⨍
Functions
25
◇
Types & classes
0
↳
Endpoints
1
↓ 2 callers
Function
makeAMove
(move)
frontend-chess/src/ChessBoard.js:8
↓ 2 callers
Function
registerValidSW
(swUrl, config)
frontend/src/serviceWorker.js:57
↓ 1 callers
Function
checkValidServiceWorker
(swUrl, config)
frontend/src/serviceWorker.js:101
↓ 1 callers
Function
fetchTodoAndSetTodos
()
frontend/src/App.js:12
↓ 1 callers
Function
gpt3
(input)
backend/server.py:10
↓ 1 callers
Function
reportWebVitals
frontend-chess/src/reportWebVitals.js:1
Function
App
()
frontend/src/App.js:5
Function
ChessBoard
({ setComputerTurn })
frontend-chess/src/ChessBoard.js:5
Function
api
(app_name, api_call)
backend/server.py:29
Function
createTodo
(task)
frontend/src/APIHelper.js:4
Function
createTodo
frontend/src/App.js:31
Function
deleteTodo
(title)
frontend/src/APIHelper.js:9
Function
deleteTodo
(e, id)
frontend/src/App.js:47
Function
dict_to_json
(d)
backend/server.py:19
Function
getAllTodos
()
frontend/src/APIHelper.js:28
Function
makeChessMove
()
frontend-chess/src/api/api.js:3
Function
makeRandomMove
()
frontend-chess/src/ChessBoard.js:20
Function
markComplete
(title)
frontend/src/APIHelper.js:18
Function
markIncomplete
(title)
frontend/src/APIHelper.js:14
Function
onDrop
(sourceSquare, targetSquare)
frontend-chess/src/ChessBoard.js:43
Function
register
(config)
frontend/src/serviceWorker.js:23
Function
runCommand
(command)
frontend/src/APIHelper.js:23
Function
runCommand
frontend/src/App.js:19
Function
unregister
()
frontend/src/serviceWorker.js:131
Function
updateTodo
(e, id)
frontend/src/App.js:57