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

Method start_execution

src/execution/process_base.py:49–50  ·  view source on GitHub ↗
(self, command, working_directory)

Source from the content-addressed store, hash-verified

47
48 @abc.abstractmethod
49 def start_execution(self, command, working_directory):
50 pass
51
52 @abc.abstractmethod
53 def write_to_input(self, value):

Callers 1

startMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected