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

Method get_owner

src/execution/execution_service.py:160–162  ·  view source on GitHub ↗
(self, execution_id)

Source from the content-addressed store, hash-verified

158 lambda e: e.get_script_parameter_values())
159
160 def get_owner(self, execution_id):
161 return self._get_for_execution_info(execution_id,
162 lambda i: i.owner_user.user_id)
163
164 def get_audit_name(self, execution_id):
165 return self._get_for_execution_info(execution_id,

Callers 2

get_raw_output_streamMethod · 0.95
__init__Method · 0.45

Calls 1

Tested by

no test coverage detected