Skip to main content

write_showmap_file

Function write_showmap_file 

Source
fn write_showmap_file(
    path: &Path,
    evm: &BTreeMap<(B256, u32), u64>,
    san: &[u64],
) -> Result<usize>
Expand description

Write a single showmap file. Returns 1 if a file was written, 0 if skipped (no nonzero entries).