MCPcopy Create free account
hub / github.com/aaPanel/BaoTa / restart_project

Method restart_project

class/projectModel/pythonModel.py:1457–1459  ·  view source on GitHub ↗
(self, get)

Source from the content-addressed store, hash-verified

1455 return public.returnMsg(False, "项目停止失败")
1456
1457 def restart_project(self, get):
1458 get.name = get.project_name
1459 return self.RestartProject(get)
1460
1461 def RestartProject(self, get):
1462 name = get.name.strip()

Callers

nothing calls this directly

Calls 1

RestartProjectMethod · 0.95

Tested by

no test coverage detected