take_reports

Function take_reports 

Source
pub fn take_reports() -> TigerHashMap<LogReportMetadata, TigerHashSet<LogReportPointers>>
Expand description

Extract the stored reports, sort them, and return them as a hashmap with the occurrences for each instance of metadata split out.

The stored reports will be left empty.