MCPcopy Index your code
hub / github.com/bugy/script-server / post

Method post

src/web/server.py:249–250  ·  view source on GitHub ↗
(self, user, execution_id)

Source from the content-addressed store, hash-verified

247 @check_authorization
248 @inject_user
249 def post(self, user, execution_id):
250 self.application.execution_service.stop_script(execution_id, user)
251
252
253class ScriptKill(BaseRequestHandler):

Callers 8

sendMethod · 0.45
logoutFunction · 0.45
sendLoginRequestFunction · 0.45
scheduleFunction · 0.45
startExecutionFunction · 0.45
stopExecutionFunction · 0.45
killExecutionFunction · 0.45
cleanupFunction · 0.45

Calls 1

stop_scriptMethod · 0.80

Tested by

no test coverage detected