MCPcopy Create free account

hub / github.com/Miksus/rocketry-with-fastapi / functions

Functions40 in github.com/Miksus/rocketry-with-fastapi

↓ 4 callersFunctionqueryApi
(route, method="GET")
frontend/src/components/utils.js:6
↓ 4 callersMethodupdateTasks
()
frontend/src/components/task.js:20
↓ 2 callersFunctiongetVariant
(status)
frontend/src/components/utils.js:24
↓ 1 callersMethodgetRunning
()
frontend/src/components/live.js:92
↓ 1 callersFunctionmain
Run Rocketry and FastAPI
app/main.py:24
↓ 1 callersMethodrender
()
frontend/src/components/task.js:37
↓ 1 callersFunctionreportWebVitals
frontend/src/reportWebVitals.js:1
MethodcomponentDidMount
()
frontend/src/components/task.js:27
MethodcomponentWillUnmount
()
frontend/src/components/task.js:32
Functionconstructor
(props)
frontend/src/App.js:12
Functionconstructor
(props)
frontend/src/components/live.js:111
Methodconstructor
(props)
frontend/src/components/task.js:11
Methodconstructor
(props)
frontend/src/components/task.js:76
Methodconstructor
(props)
frontend/src/components/live.js:11
Methodconstructor
(props)
frontend/src/components/live.js:66
Functiondelete_session_parameter
(name:str)
app/api.py:98
Functiondisable_task
(task_name:str)
app/api.py:144
Functiondo_fail
This fails constantly
app/scheduler.py:27
Functiondo_long
This runs for long time
app/scheduler.py:22
Functiondo_permanently
This runs for really long time
app/scheduler.py:12
Functiondo_short
This runs for short time
app/scheduler.py:17
Functionenable_task
(task_name:str)
app/api.py:149
FunctiongetStatus
(status)
frontend/src/components/utils.js:30
Functionget_session_config
()
app/api.py:71
Functionget_session_parameters
()
app/api.py:86
Functionget_task
(task_name:str)
app/api.py:130
Functionget_task_logs
(action: Optional[List[Literal['run', 'success', 'fail', 'terminate', 'crash', 'inaction']]] = Query(default=[
app/api.py:170
Functionget_tasks
()
app/api.py:118
Methodhandle_exit
(self, sig: int, frame)
app/main.py:19
Functionpatch_session_config
(values:dict)
app/api.py:75
Functionpatch_task
(task_name:str, values:dict)
app/api.py:134
Functionput_session_parameter
(name:str, value)
app/api.py:94
Methodrender
()
frontend/src/components/task.js:94
Methodrender
()
frontend/src/components/live.js:21
FunctionrenderHeaders
(headers)
frontend/src/components/live.js:116
MethodrenderTask
(task, index)
frontend/src/components/task.js:80
MethodrenderTask
(task, index)
frontend/src/components/live.js:81
Functionrun_task
(task_name:str)
app/api.py:159
Functionshut_down_session
()
app/api.py:108
MethodterminateTask
(task_name)
frontend/src/components/live.js:75