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

Method post

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

Source from the content-addressed store, hash-verified

254 @check_authorization
255 @inject_user
256 def post(self, user, execution_id):
257 self.application.execution_service.kill_script(execution_id, user)
258
259
260class ScriptStreamSocket(tornado.websocket.WebSocketHandler):

Callers

nothing calls this directly

Calls 1

kill_scriptMethod · 0.80

Tested by

no test coverage detected