| changeset 120 | 1a0fa98037fa |
| parent 91 | 10a62da240f4 |
| child 122 | 8692800ec9ba |
--- a/lib/CrashTest/Model/CrashReport.pm Sun Nov 27 17:17:43 2016 +0100 +++ b/lib/CrashTest/Model/CrashReport.pm Sun Dec 04 01:16:39 2016 +0100 @@ -34,6 +34,12 @@ return $self->app->storage->each("CrashReport::update", $uuid, $pjson, $client_info, $dump); } +sub get { + my ($self, $uuid) = @_; + + return $self->app->storage->first("CrashReport::get", $uuid); +} + sub get_processed_data { my ($self, $uuid) = @_;