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

Method get_config

src/execution/execution_service.py:118–122  ·  view source on GitHub ↗
(self, execution_id, user)

Source from the content-addressed store, hash-verified

116 return result
117
118 def get_config(self, execution_id, user) -> Optional[script_config.ConfigModel]:
119 self.validate_execution_id(execution_id, user)
120
121 return self._get_for_execution_info(execution_id,
122 lambda i: i.config)
123
124 def is_active(self, execution_id):
125 return execution_id in self._active_executor_ids

Callers 5

__init__Method · 0.45
finishedMethod · 0.45
getMethod · 0.45
startedMethod · 0.45

Calls 2

validate_execution_idMethod · 0.95

Tested by

no test coverage detected