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

Method get_process

src/tests/execution_service_test.py:273–274  ·  view source on GitHub ↗
(self, execution_id)

Source from the content-addressed store, hash-verified

271 return execution_service
272
273 def get_process(self, execution_id) -> _MockProcessWrapper:
274 return self.processes[execution_id]
275
276 def setUp(self):
277 super().setUp()

Calls

no outgoing calls

Tested by

no test coverage detected