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

Method finished

src/execution/logging.py:438–440  ·  view source on GitHub ↗
(execution_id, user)

Source from the content-addressed store, hash-verified

436 parameter_value_wrappers)
437
438 def finished(execution_id, user):
439 exit_code = execution_service.get_exit_code(execution_id)
440 logging_service.write_post_execution_info(execution_id, exit_code)
441
442 self._execution_service.add_start_listener(started)
443 self._execution_service.add_finish_listener(finished)

Callers

nothing calls this directly

Calls 2

get_exit_codeMethod · 0.45

Tested by

no test coverage detected