Skip to main content

attribute_record

Function attribute_record 

Source
pub fn attribute_record(
    rec: &CarvedRecord,
    tables: &[LiveTable],
    page_table_map: &BTreeMap<u32, String>,
) -> Attribution
Expand description

Attribute one carved record to a tier given the live tables and the page→table map. Pure (no DB access) so it is directly unit-testable.