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

Method create_process

src/tests/execution_service_test.py:283–286  ·  view source on GitHub ↗
(executor, command, working_directory, env_variables)

Source from the content-addressed store, hash-verified

281 self.processes = {}
282
283 def create_process(executor, command, working_directory, env_variables):
284 wrapper = _MockProcessWrapper(executor, command, working_directory, env_variables)
285 self.processes[self.get_last_id()] = wrapper
286 return wrapper
287
288 executor._process_creator = create_process
289

Callers

nothing calls this directly

Calls 2

get_last_idMethod · 0.95
_MockProcessWrapperClass · 0.90

Tested by

no test coverage detected