MCPcopy Index your code
hub / github.com/bugy/script-server / get_script_parameter_values

Method get_script_parameter_values

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

Source from the content-addressed store, hash-verified

170 if value.user_value is not None}
171
172 def get_script_parameter_values(self):
173 return {name: value.script_arg for name, value in self._parameter_values.items()}
174
175 def kill(self):
176 if not self.process_wrapper.is_finished():

Callers 3

build_command_argsMethod · 0.95
startMethod · 0.95

Calls

no outgoing calls

Tested by 2

build_command_argsMethod · 0.76