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

Method get

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

Source from the content-addressed store, hash-verified

492 @check_authorization
493 @inject_user
494 def get(self, user, execution_id):
495 running = self.application.execution_service.is_running(execution_id, user)
496 self.write(external_model.running_flag_to_status(running))
497
498
499class AuthorizedStaticFileHandler(BaseStaticHandler):

Callers

nothing calls this directly

Calls 2

is_runningMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected