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

Method get_exit_code

src/execution/execution_service.py:87–88  ·  view source on GitHub ↗
(self, execution_id)

Source from the content-addressed store, hash-verified

85 self._executors[execution_id].kill()
86
87 def get_exit_code(self, execution_id):
88 return self._get_for_executor(execution_id, lambda e: e.get_return_code())
89
90 def is_running(self, execution_id, user):
91 executor = self._executors.get(execution_id) # type: ScriptExecutor

Callers 3

finishedMethod · 0.45
finishedMethod · 0.45

Calls 2

_get_for_executorMethod · 0.95
get_return_codeMethod · 0.45

Tested by

no test coverage detected