MCPcopy Create free account
hub / github.com/bugy/script-server / post

Method post

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

Source from the content-addressed store, hash-verified

485 @check_authorization
486 @inject_user
487 def post(self, user, execution_id):
488 self.application.execution_service.cleanup_execution(execution_id, user)
489
490
491class GetExecutionStatus(BaseRequestHandler):

Callers

nothing calls this directly

Calls 1

cleanup_executionMethod · 0.80

Tested by

no test coverage detected