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

Method get_audit_command

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

Source from the content-addressed store, hash-verified

166 lambda i: i.owner_user.get_audit_name())
167
168 def get_audit_command(self, execution_id):
169 return self._get_for_execution_info(execution_id,
170 lambda i: i.audit_command)
171
172 def get_all_audit_names(self, execution_id):
173 return self._get_for_execution_info(execution_id,

Callers 1

startedMethod · 0.80

Calls 1

Tested by

no test coverage detected