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

Method cleanup

src/execution/executor.py:183–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181 self.process_wrapper.stop()
182
183 def cleanup(self):
184 self.raw_output_stream.dispose()
185 self.protected_output_stream.dispose()
186 self.process_wrapper.cleanup()
187
188
189def build_command_args(param_values, config):

Callers 1

cleanup_executionMethod · 0.45

Calls 1

disposeMethod · 0.45

Tested by

no test coverage detected