Skip to main content

write_transcript

Function write_transcript 

Source
pub fn write_transcript(
    parts: &[OutputPart],
    source_checksum: u32,
    fragments: &[Fragment],
) -> Vec<u8> 
Expand description

Serialize a transcript to the .brkt binary format.

Checkpoint parts are filtered out (they are transient capture markers that should never appear in a persisted transcript).