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