(self, 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, |
| 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, |
no test coverage detected